#88247A

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

Shades of Dark Purple #88247A

Tints of Dark Purple #88247A

Color information

#88247A (or 0x88247A) is unknown color: approx Dark Purple. HEX triplet: 88, 24 and 7A. RGB value is (136,36,122). Sum of RGB (Red+Green+Blue) = 136+36+122=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88247A is #77DB85. Grayscale: #4B4B4B. Windows color (decimal): -7854982 or 8004744. OLE color: 8004744.

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

Color convert

RGB13636122-
CMYK00.740.100.47
HSL308.4º58.14%33.73%-
HSV(B)308.4º73.53%53.33%-
XYZ14.37.919.18-
YUV75.7154.13171.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=46.26%
G=12.24%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363612200.740.100.47308.458.1433.73
Hex88247A04AA2F1343a22
Octal21044172011212574647242
Binary100010001001001111010010010101010101111100110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,36,122); }

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

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

 a { background-color: rgb(136,36,122); }

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

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

 span { border-color: rgb(136,36,122); }

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