#8D1B66

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

Shades of Dark Purple #8D1B66

Tints of Dark Purple #8D1B66

Color information

#8D1B66 (or 0x8D1B66) is unknown color: approx Dark Purple. HEX triplet: 8D, 1B and 66. RGB value is (141,27,102). Sum of RGB (Red+Green+Blue) = 141+27+102=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1B66 is #72E499. Grayscale: #454545. Windows color (decimal): -7529626 or 6691725. OLE color: 6691725.

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

Color convert

RGB14127102-
CMYK00.810.280.45
HSL320.53º67.86%32.94%-
HSV(B)320.53º80.85%55.29%-
XYZ13.777.4113.27-
YUV69.64146.27178.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.22%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=52.22%
G=10%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412710200.810.280.45320.5367.8632.94
Hex8D1B660511C2D1414421
Octal215331460121345550110441
Binary1000110111011110011001010001111001011011010000011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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