#8d1569

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

Shades of Dark Purple #8D1569

Tints of Dark Purple #8D1569

Color information

#8D1569 (or 0x8D1569) is unknown color: approx Dark Purple. HEX triplet: 8D, 15 and 69. RGB value is (141,21,105). Sum of RGB (Red+Green+Blue) = 141+21+105=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1569 is #72EA96. Grayscale: #424242. Windows color (decimal): -7531159 or 6886797. OLE color: 6886797.

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

Color convert

RGB14121105-
CMYK00.850.260.45
HSL318º74.07%31.76%-
HSV(B)318º85.11%55.29%-
XYZ13.87.2214.03-
YUV66.46149.76181.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=52.81%
G=7.87%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412110500.850.260.4531874.0731.76
Hex8D15690551A2D13e4a20
Octal215251510125325547611240
Binary1000110110101110100101010101110101011011001111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,105); }

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

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

 a { background-color: rgb(141,21,105); }

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

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

 span { border-color: rgb(141,21,105); }

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