#8D157A

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

Shades of Dark Purple #8D157A

Tints of Dark Purple #8D157A

Color information

#8D157A (or 0x8D157A) is unknown color: approx Dark Purple. HEX triplet: 8D, 15 and 7A. RGB value is (141,21,122). Sum of RGB (Red+Green+Blue) = 141+21+122=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D157A is #72EA85. Grayscale: #444444. Windows color (decimal): -7531142 or 8000909. OLE color: 8000909.

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

Color convert

RGB14121122-
CMYK00.850.130.45
HSL309.5º74.07%31.76%-
HSV(B)309.5º85.11%55.29%-
XYZ14.777.619.1-
YUV68.39158.26179.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.65%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=49.65%
G=7.39%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412112200.850.130.45309.574.0731.76
Hex8D157A055D2D1364a20
Octal215251720125155546611240
Binary100011011010111110100101010111011011011001101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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