#8D146A

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

Shades of Dark Purple #8D146A

Tints of Dark Purple #8D146A

Color information

#8D146A (or 0x8D146A) is unknown color: approx Dark Purple. HEX triplet: 8D, 14 and 6A. RGB value is (141,20,106). Sum of RGB (Red+Green+Blue) = 141+20+106=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D146A is #72EB95. Grayscale: #414141. Windows color (decimal): -7531414 or 6952077. OLE color: 6952077.

HSL color Cylindrical-coordinate representation of color #8D146A: hue angle of 317.36º 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 #8D146A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB14120106-
CMYK00.860.250.45
HSL317.36º75.16%31.57%-
HSV(B)317.36º85.82%55.29%-
XYZ13.847.214.3-
YUV65.98150.59181.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=52.81%
G=7.49%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412010600.860.250.45317.3675.1631.57
Hex8D146A056192D13d4b20
Octal215241520126315547511340
Binary1000110110100110101001010110110011011011001111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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