#8D1B87

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

Shades of Dark Purple #8D1B87

Tints of Dark Purple #8D1B87

Color information

#8D1B87 (or 0x8D1B87) is unknown color: approx Dark Purple. HEX triplet: 8D, 1B and 87. RGB value is (141,27,135). Sum of RGB (Red+Green+Blue) = 141+27+135=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1B87 is #72E478. Grayscale: #494949. Windows color (decimal): -7529593 or 8854413. OLE color: 8854413.

HSL color Cylindrical-coordinate representation of color #8D1B87: hue angle of 303.16º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B87 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14127135-
CMYK00.810.040.45
HSL303.16º67.86%32.94%-
HSV(B)303.16º80.85%55.29%-
XYZ15.758.223.67-
YUV73.4162.77176.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=46.53%
G=8.91%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412713500.810.040.45303.1667.8632.94
Hex8D1B8705142D12f4421
Octal21533207012145545710441
Binary100011011101110000111010100011001011011001011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,27,135); }

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

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

 a { background-color: rgb(141,27,135); }

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

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

 span { border-color: rgb(141,27,135); }

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