#8D187B

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

Shades of Dark Purple #8D187B

Tints of Dark Purple #8D187B

Color information

#8D187B (or 0x8D187B) is unknown color: approx Dark Purple. HEX triplet: 8D, 18 and 7B. RGB value is (141,24,123). Sum of RGB (Red+Green+Blue) = 141+24+123=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D187B is #72E784. Grayscale: #454545. Windows color (decimal): -7530373 or 8067213. OLE color: 8067213.

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

Color convert

RGB14124123-
CMYK00.830.130.45
HSL309.23º70.91%32.35%-
HSV(B)309.23º82.98%55.29%-
XYZ14.897.7519.45-
YUV70.27157.76178.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=48.96%
G=8.33%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412412300.830.130.45309.2370.9132.35
Hex8D187B053D2D1354720
Octal215301730123155546510740
Binary100011011100011110110101001111011011011001101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,123); }

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

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

 a { background-color: rgb(141,24,123); }

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

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

 span { border-color: rgb(141,24,123); }

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