#88299F

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

Shades of Vivid Violet #88299F

Tints of Vivid Violet #88299F

Color information

#88299F (or 0x88299F) is unknown color: approx Vivid Violet. HEX triplet: 88, 29 and 9F. RGB value is (136,41,159). Sum of RGB (Red+Green+Blue) = 136+41+159=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #88299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88299F is #77D660. Grayscale: #525252. Windows color (decimal): -7853665 or 10430856. OLE color: 10430856.

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

Color convert

RGB13641159-
CMYK0.140.7400.38
HSL288.31º59%39.22%-
HSV(B)288.31º74.21%62.35%-
XYZ17.29.3233.69-
YUV82.86170.97165.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 41 (16.41% from 255) = 12.20%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=40.48%
G=12.20%
B=47.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136411590.140.7400.38288.315939.22
Hex88299FE4A0261203b27
Octal21051237161120464407347
Binary1000100010100110011111111010010100100110100100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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