#8d1482

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

Shades of Dark Purple #8D1482

Tints of Dark Purple #8D1482

Color information

#8D1482 (or 0x8D1482) is unknown color: approx Dark Purple. HEX triplet: 8D, 14 and 82. RGB value is (141,20,130). Sum of RGB (Red+Green+Blue) = 141+20+130=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1482 is #72EB7D. Grayscale: #444444. Windows color (decimal): -7531390 or 8524941. OLE color: 8524941.

HSL color Cylindrical-coordinate representation of color #8D1482: hue angle of 305.45º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1482 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14120130-
CMYK00.860.080.45
HSL305.45º75.16%31.57%-
HSV(B)305.45º85.82%55.29%-
XYZ15.267.7721.82-
YUV68.72162.59179.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=48.45%
G=6.87%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412013000.860.080.45305.4575.1631.57
Hex8D148205682D1314b20
Octal215242020126105546111340
Binary1000110110100100000100101011010001011011001100011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,130); }

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

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

 a { background-color: rgb(141,20,130); }

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

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

 span { border-color: rgb(141,20,130); }

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