#88289F

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

Shades of Vivid Violet #88289F

Tints of Vivid Violet #88289F

Color information

#88289F (or 0x88289F) is unknown color: approx Vivid Violet. HEX triplet: 88, 28 and 9F. RGB value is (136,40,159). Sum of RGB (Red+Green+Blue) = 136+40+159=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #88289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88289F is #77D760. Grayscale: #515151. Windows color (decimal): -7853921 or 10430600. OLE color: 10430600.

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

Color convert

RGB13640159-
CMYK0.140.7500.38
HSL288.4º59.8%39.02%-
HSV(B)288.4º74.84%62.35%-
XYZ17.179.2633.68-
YUV82.27171.3166.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=40.60%
G=11.94%
B=47.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136401590.140.7500.38288.459.839.02
Hex88289FE4B0261203c27
Octal21050237161130464407447
Binary1000100010100010011111111010010110100110100100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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