#88409F

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

Shades of Vivid Violet #88409F

Tints of Vivid Violet #88409F

Color information

#88409F (or 0x88409F) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and 9F. RGB value is (136,64,159). Sum of RGB (Red+Green+Blue) = 136+64+159=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #88409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88409F is #77BF60. Grayscale: #606060. Windows color (decimal): -7847777 or 10436744. OLE color: 10436744.

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

Color convert

RGB13664159-
CMYK0.140.6000.38
HSL285.47º42.6%43.73%-
HSV(B)285.47º59.75%62.35%-
XYZ18.2411.434.04-
YUV96.36163.35156.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=37.88%
G=17.83%
B=44.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136641590.140.6000.38285.4742.643.73
Hex88409FE3C02611d2b2c
Octal21010023716740464355354
Binary1000100010000001001111111101111000100110100011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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