#88219E

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

Shades of Vivid Violet #88219E

Tints of Vivid Violet #88219E

Color information

#88219E (or 0x88219E) is unknown color: approx Vivid Violet. HEX triplet: 88, 21 and 9E. RGB value is (136,33,158). Sum of RGB (Red+Green+Blue) = 136+33+158=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #88219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88219E is #77DE61. Grayscale: #4D4D4D. Windows color (decimal): -7855714 or 10363272. OLE color: 10363272.

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

Color convert

RGB13633158-
CMYK0.140.7900.38
HSL289.44º65.45%37.45%-
HSV(B)289.44º79.11%61.96%-
XYZ16.878.7933.16-
YUV78.05173.12169.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=41.59%
G=10.09%
B=48.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136331580.140.7900.38289.4465.4537.45
Hex88219EE4F0261214125
Octal210412361611704644110145
Binary10001000100001100111101110100111101001101001000011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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