#8D1082

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

Shades of Dark Purple #8D1082

Tints of Dark Purple #8D1082

Color information

#8D1082 (or 0x8D1082) is unknown color: approx Dark Purple. HEX triplet: 8D, 10 and 82. RGB value is (141,16,130). Sum of RGB (Red+Green+Blue) = 141+16+130=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1082 is #72EF7D. Grayscale: #424242. Windows color (decimal): -7532414 or 8523917. OLE color: 8523917.

HSL color Cylindrical-coordinate representation of color #8D1082: hue angle of 305.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1082 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB14116130-
CMYK00.890.080.45
HSL305.28º79.62%30.78%-
HSV(B)305.28º88.65%55.29%-
XYZ15.27.6521.79-
YUV66.37163.91181.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=49.13%
G=5.57%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411613000.890.080.45305.2879.6230.78
Hex8D108205982D131501f
Octal215202020131105546112037
Binary100011011000010000010010110011000101101100110001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,130); }

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

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

 a { background-color: rgb(141,16,130); }

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

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

 span { border-color: rgb(141,16,130); }

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