#88236A

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

Shades of Dark Purple #88236A

Tints of Dark Purple #88236A

Color information

#88236A (or 0x88236A) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 6A. RGB value is (136,35,106). Sum of RGB (Red+Green+Blue) = 136+35+106=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88236A is #77DC95. Grayscale: #494949. Windows color (decimal): -7855254 or 6955912. OLE color: 6955912.

HSL color Cylindrical-coordinate representation of color #88236A: hue angle of 317.82º 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 #88236A is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13635106-
CMYK00.740.220.47
HSL317.82º59.06%33.53%-
HSV(B)317.82º74.26%53.33%-
XYZ13.367.4814.37-
YUV73.29146.46172.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=49.10%
G=12.64%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363510600.740.220.47317.8259.0633.53
Hex88236A04A162F13e3b22
Octal21043152011226574767342
Binary1000100010001111010100100101010110101111100111110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88236A; }

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

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

<style>
 a { background-color: #88236A; }

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

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

<style>
 span { border-color: #88236A; }

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

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