#88237D

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

Shades of Dark Purple #88237D

Tints of Dark Purple #88237D

Color information

#88237D (or 0x88237D) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 7D. RGB value is (136,35,125). Sum of RGB (Red+Green+Blue) = 136+35+125=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88237D is #77DC82. Grayscale: #4B4B4B. Windows color (decimal): -7855235 or 8201096. OLE color: 8201096.

HSL color Cylindrical-coordinate representation of color #88237D: hue angle of 306.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88237D is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13635125-
CMYK00.740.080.47
HSL306.53º59.06%33.53%-
HSV(B)306.53º74.26%53.33%-
XYZ14.467.9220.17-
YUV75.46155.96171.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=45.95%
G=11.82%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363512500.740.080.47306.5359.0633.53
Hex88237D04A82F1333b22
Octal21043175011210574637342
Binary100010001000111111101010010101000101111100110011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,35,125); }

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

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

 a { background-color: rgb(136,35,125); }

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

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

 span { border-color: rgb(136,35,125); }

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