#88479E

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

Shades of Vivid Violet #88479E

Tints of Vivid Violet #88479E

Color information

#88479E (or 0x88479E) is unknown color: approx Vivid Violet. HEX triplet: 88, 47 and 9E. RGB value is (136,71,158). Sum of RGB (Red+Green+Blue) = 136+71+158=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #88479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88479E is #77B861. Grayscale: #646464. Windows color (decimal): -7845986 or 10373000. OLE color: 10373000.

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

Color convert

RGB13671158-
CMYK0.140.5500.38
HSL284.83º37.99%44.9%-
HSV(B)284.83º55.06%61.96%-
XYZ18.5812.2133.73-
YUV100.35160.53153.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=37.26%
G=19.45%
B=43.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136711580.140.5500.38284.8337.9944.9
Hex88479EE3702611d262d
Octal21010723616670464354655
Binary1000100010001111001111011101101110100110100011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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