#88519D

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

Shades of Vivid Violet #88519D

Tints of Vivid Violet #88519D

Color information

#88519D (or 0x88519D) is unknown color: approx Vivid Violet. HEX triplet: 88, 51 and 9D. RGB value is (136,81,157). Sum of RGB (Red+Green+Blue) = 136+81+157=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #88519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88519D is #77AE62. Grayscale: #696969. Windows color (decimal): -7843427 or 10310024. OLE color: 10310024.

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

Color convert

RGB13681157-
CMYK0.130.4800.38
HSL283.42º31.93%46.67%-
HSV(B)283.42º48.41%61.57%-
XYZ19.1813.5533.5-
YUV106.11156.72149.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=36.36%
G=21.66%
B=41.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136811570.130.4800.38283.4231.9346.67
Hex88519DD3002611b202f
Octal21012123515600464334057
Binary1000100010100011001110111011100000100110100011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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