#88217F

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

Shades of Dark Purple #88217F

Tints of Dark Purple #88217F

Color information

#88217F (or 0x88217F) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 7F. RGB value is (136,33,127). Sum of RGB (Red+Green+Blue) = 136+33+127=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88217F is #77DE80. Grayscale: #4A4A4A. Windows color (decimal): -7855745 or 8331656. OLE color: 8331656.

HSL color Cylindrical-coordinate representation of color #88217F: hue angle of 305.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88217F is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13633127-
CMYK00.760.070.47
HSL305.24º60.95%33.14%-
HSV(B)305.24º75.74%53.33%-
XYZ14.537.8520.83-
YUV74.51157.62171.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 127 (50% from 255) = 42.91%
R=45.95%
G=11.15%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363312700.760.070.47305.2460.9533.14
Hex88217F04C72F1313d21
Octal2104117701147574617541
Binary10001000100001111111101001100111101111100110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88217F; }

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

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

<style>
 a { background-color: #88217F; }

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

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

<style>
 span { border-color: #88217F; }

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

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