#8D1D89

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

Shades of Dark Purple #8D1D89

Tints of Dark Purple #8D1D89

Color information

#8D1D89 (or 0x8D1D89) is unknown color: approx Dark Purple. HEX triplet: 8D, 1D and 89. RGB value is (141,29,137). Sum of RGB (Red+Green+Blue) = 141+29+137=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1D89 is #72E276. Grayscale: #4A4A4A. Windows color (decimal): -7529079 or 8985997. OLE color: 8985997.

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

Color convert

RGB14129137-
CMYK00.790.030.45
HSL302.14º65.88%33.33%-
HSV(B)302.14º79.43%55.29%-
XYZ15.948.3524.44-
YUV74.8163.11175.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 29 (11.72% from 255) = 9.45%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=45.93%
G=9.45%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412913700.790.030.45302.1465.8833.33
Hex8D1D8904F32D12e4221
Octal21535211011735545610241
Binary10001101111011000100101001111111011011001011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,29,137); }

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

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

 a { background-color: rgb(141,29,137); }

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

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

 span { border-color: rgb(141,29,137); }

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