#88509E

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

Shades of Vivid Violet #88509E

Tints of Vivid Violet #88509E

Color information

#88509E (or 0x88509E) is unknown color: approx Vivid Violet. HEX triplet: 88, 50 and 9E. RGB value is (136,80,158). Sum of RGB (Red+Green+Blue) = 136+80+158=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #88509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88509E is #77AF61. Grayscale: #696969. Windows color (decimal): -7843682 or 10375304. OLE color: 10375304.

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

Color convert

RGB13680158-
CMYK0.140.4900.38
HSL283.08º32.77%46.67%-
HSV(B)283.08º49.37%61.96%-
XYZ19.1913.4433.93-
YUV105.64157.55149.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=36.36%
G=21.39%
B=42.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136801580.140.4900.38283.0832.7746.67
Hex88509EE3102611b212f
Octal21012023616610464334157
Binary1000100010100001001111011101100010100110100011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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