#88236C

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

Shades of Dark Purple #88236C

Tints of Dark Purple #88236C

Color information

#88236C (or 0x88236C) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 6C. RGB value is (136,35,108). Sum of RGB (Red+Green+Blue) = 136+35+108=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88236C is #77DC93. Grayscale: #494949. Windows color (decimal): -7855252 or 7086984. OLE color: 7086984.

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

Color convert

RGB13635108-
CMYK00.740.210.47
HSL316.63º59.06%33.53%-
HSV(B)316.63º74.26%53.33%-
XYZ13.467.5214.93-
YUV73.52147.46172.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=48.75%
G=12.54%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363510800.740.210.47316.6359.0633.53
Hex88236C04A152F13d3b22
Octal21043154011225574757342
Binary1000100010001111011000100101010101101111100111101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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