#88236E

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

Shades of Dark Purple #88236E

Tints of Dark Purple #88236E

Color information

#88236E (or 0x88236E) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 6E. RGB value is (136,35,110). Sum of RGB (Red+Green+Blue) = 136+35+110=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88236E is #77DC91. Grayscale: #494949. Windows color (decimal): -7855250 or 7218056. OLE color: 7218056.

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

Color convert

RGB13635110-
CMYK00.740.190.47
HSL315.45º59.06%33.53%-
HSV(B)315.45º74.26%53.33%-
XYZ13.577.5615.5-
YUV73.75148.46172.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=48.40%
G=12.46%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363511000.740.190.47315.4559.0633.53
Hex88236E04A132F13b3b22
Octal21043156011223574737342
Binary1000100010001111011100100101010011101111100111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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