#8D1984

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

Shades of Dark Purple #8D1984

Tints of Dark Purple #8D1984

Color information

#8D1984 (or 0x8D1984) is unknown color: approx Dark Purple. HEX triplet: 8D, 19 and 84. RGB value is (141,25,132). Sum of RGB (Red+Green+Blue) = 141+25+132=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1984 is #72E67B. Grayscale: #474747. Windows color (decimal): -7530108 or 8657293. OLE color: 8657293.

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

Color convert

RGB14125132-
CMYK00.820.060.45
HSL304.66º69.88%32.55%-
HSV(B)304.66º82.27%55.29%-
XYZ15.58.0222.56-
YUV71.88161.93177.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 25 (10.16% from 255) = 8.39%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=47.32%
G=8.39%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412513200.820.060.45304.6669.8832.55
Hex8D198405262D1314621
Octal21531204012265546110641
Binary100011011100110000100010100101101011011001100011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,25,132); }

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

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

 a { background-color: rgb(141,25,132); }

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

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

 span { border-color: rgb(141,25,132); }

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