#88218E

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

Shades of Vivid Violet #88218E

Tints of Vivid Violet #88218E

Color information

#88218E (or 0x88218E) is unknown color: approx Vivid Violet. HEX triplet: 88, 21 and 8E. RGB value is (136,33,142). Sum of RGB (Red+Green+Blue) = 136+33+142=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #88218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88218E is #77DE71. Grayscale: #4B4B4B. Windows color (decimal): -7855730 or 9314696. OLE color: 9314696.

HSL color Cylindrical-coordinate representation of color #88218E: hue angle of 296.7º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88218E is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13633142-
CMYK0.040.7700.44
HSL296.7º62.29%34.31%-
HSV(B)296.7º76.76%55.69%-
XYZ15.588.2726.37-
YUV76.22165.12170.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=43.73%
G=10.61%
B=45.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136331420.040.7700.44296.762.2934.31
Hex88218E44D02C1293e22
Octal2104121641150544517642
Binary100010001000011000111010010011010101100100101001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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