#88259F

Color #88259F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #88259F

Tints of Vivid Violet #88259F

Color information

#88259F (or 0x88259F) is unknown color: approx Vivid Violet. HEX triplet: 88, 25 and 9F. RGB value is (136,37,159). Sum of RGB (Red+Green+Blue) = 136+37+159=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #88259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88259F is #77DA60. Grayscale: #505050. Windows color (decimal): -7854689 or 10429832. OLE color: 10429832.

HSL color Cylindrical-coordinate representation of color #88259F: hue angle of 288.69º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88259F is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13637159-
CMYK0.140.7700.38
HSL288.69º62.24%38.43%-
HSV(B)288.69º76.73%62.35%-
XYZ17.079.0633.65-
YUV80.51172.3167.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=40.96%
G=11.14%
B=47.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136371590.140.7700.38288.6962.2438.43
Hex88259FE4D0261213e26
Octal21045237161150464417646
Binary1000100010010110011111111010011010100110100100001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88259F; }

 p { color: rgb(136,37,159); }

 H1.HeaderClassName
 {
   color: #88259F;
 }
 .AnyTagClassName
 {
   color: #88259F;
 }
</style>
background-color css

<style>
 a { background-color: #88259F; }

 a { background-color: rgb(136,37,159); }

 div.DivClassName
 {
   background-color: #88259F;
 }
 .BgClassName
 {
   background-color: #88259F;
 }
</style>
border-color css

<style>
 span { border-color: #88259F; }

 span { border-color: rgb(136,37,159); }

 td.TdClassName
 {
   border-color: #88259F;
 }
 .TagClassName
 {
   border-color: #88259F;
 }
</style>