#8D2588

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

Shades of Dark Purple #8D2588

Tints of Dark Purple #8D2588

Color information

#8D2588 (or 0x8D2588) is unknown color: approx Dark Purple. HEX triplet: 8D, 25 and 88. RGB value is (141,37,136). Sum of RGB (Red+Green+Blue) = 141+37+136=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2588 is #72DA77. Grayscale: #4F4F4F. Windows color (decimal): -7527032 or 8922509. OLE color: 8922509.

HSL color Cylindrical-coordinate representation of color #8D2588: hue angle of 302.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2588 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14137136-
CMYK00.740.040.45
HSL302.88º58.43%34.9%-
HSV(B)302.88º73.76%55.29%-
XYZ16.098.7624.14-
YUV79.38159.96171.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=44.90%
G=11.78%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413713600.740.040.45302.8858.4334.9
Hex8D258804A42D12f3a23
Octal2154521001124554577243
Binary100011011001011000100001001010100101101100101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2588; }

 p { color: rgb(141,37,136); }

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

<style>
 a { background-color: #8D2588; }

 a { background-color: rgb(141,37,136); }

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

<style>
 span { border-color: #8D2588; }

 span { border-color: rgb(141,37,136); }

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