#88519C

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

Shades of Vivid Violet #88519C

Tints of Vivid Violet #88519C

Color information

#88519C (or 0x88519C) is unknown color: approx Vivid Violet. HEX triplet: 88, 51 and 9C. RGB value is (136,81,156). Sum of RGB (Red+Green+Blue) = 136+81+156=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #88519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88519C is #77AE63. Grayscale: #696969. Windows color (decimal): -7843428 or 10244488. OLE color: 10244488.

HSL color Cylindrical-coordinate representation of color #88519C: hue angle of 284º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88519C is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13681156-
CMYK0.130.4800.39
HSL284º31.65%46.47%-
HSV(B)284º48.08%61.18%-
XYZ19.113.5233.06-
YUV106156.22149.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=36.46%
G=21.72%
B=41.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136811560.130.4800.3928431.6546.47
Hex88519CD3002711c202e
Octal21012123415600474344056
Binary1000100010100011001110011011100000100111100011100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88519C; }

 p { color: rgb(136,81,156); }

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

<style>
 a { background-color: #88519C; }

 a { background-color: rgb(136,81,156); }

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

<style>
 span { border-color: #88519C; }

 span { border-color: rgb(136,81,156); }

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