#88409E

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

Shades of Vivid Violet #88409E

Tints of Vivid Violet #88409E

Color information

#88409E (or 0x88409E) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and 9E. RGB value is (136,64,158). Sum of RGB (Red+Green+Blue) = 136+64+158=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #88409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88409E is #77BF61. Grayscale: #5F5F5F. Windows color (decimal): -7847778 or 10371208. OLE color: 10371208.

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

Color convert

RGB13664158-
CMYK0.140.5900.38
HSL285.96º42.34%43.53%-
HSV(B)285.96º59.49%61.96%-
XYZ18.1611.3733.59-
YUV96.24162.85156.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=37.99%
G=17.88%
B=44.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136641580.140.5900.38285.9642.3443.53
Hex88409EE3B02611e2a2c
Octal21010023616730464365254
Binary1000100010000001001111011101110110100110100011110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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