#88218C

Color #88218C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #88218C

Tints of Dark Purple #88218C

Color information

#88218C (or 0x88218C) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 8C. RGB value is (136,33,140). Sum of RGB (Red+Green+Blue) = 136+33+140=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #88218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88218C is #77DE73. Grayscale: #4B4B4B. Windows color (decimal): -7855732 or 9183624. OLE color: 9183624.

HSL color Cylindrical-coordinate representation of color #88218C: hue angle of 297.76º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88218C is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13633140-
CMYK0.030.7600.45
HSL297.76º61.85%33.92%-
HSV(B)297.76º76.43%54.9%-
XYZ15.438.2225.58-
YUV76164.12170.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=44.01%
G=10.68%
B=45.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136331400.030.7600.45297.7661.8533.92
Hex88218C34C02D12a3e22
Octal2104121431140554527642
Binary10001000100001100011001110011000101101100101010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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