#88337B

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

Shades of Dark Purple #88337B

Tints of Dark Purple #88337B

Color information

#88337B (or 0x88337B) is unknown color: approx Dark Purple. HEX triplet: 88, 33 and 7B. RGB value is (136,51,123). Sum of RGB (Red+Green+Blue) = 136+51+123=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88337B is #77CC84. Grayscale: #545454. Windows color (decimal): -7851141 or 8074120. OLE color: 8074120.

HSL color Cylindrical-coordinate representation of color #88337B: hue angle of 309.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88337B is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13651123-
CMYK00.620.100.47
HSL309.18º45.45%36.67%-
HSV(B)309.18º62.5%53.33%-
XYZ14.919.0319.7-
YUV84.62149.66164.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=43.87%
G=16.45%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365112300.620.100.47309.1845.4536.67
Hex88337B03EA2F1352d25
Octal2106317307612574655545
Binary10001000110011111101101111101010101111100110101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88337B; }

 p { color: rgb(136,51,123); }

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

<style>
 a { background-color: #88337B; }

 a { background-color: rgb(136,51,123); }

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

<style>
 span { border-color: #88337B; }

 span { border-color: rgb(136,51,123); }

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