#8D1988

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

Shades of Dark Purple #8D1988

Tints of Dark Purple #8D1988

Color information

#8D1988 (or 0x8D1988) is unknown color: approx Dark Purple. HEX triplet: 8D, 19 and 88. RGB value is (141,25,136). Sum of RGB (Red+Green+Blue) = 141+25+136=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1988 is #72E677. Grayscale: #484848. Windows color (decimal): -7530104 or 8919437. OLE color: 8919437.

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

Color convert

RGB14125136-
CMYK00.820.040.45
HSL302.59º69.88%32.55%-
HSV(B)302.59º82.27%55.29%-
XYZ15.788.1424.03-
YUV72.34163.93176.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.69%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=46.69%
G=8.28%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412513600.820.040.45302.5969.8832.55
Hex8D198805242D12f4621
Octal21531210012245545710641
Binary100011011100110001000010100101001011011001011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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