#8D1683

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

Shades of Dark Purple #8D1683

Tints of Dark Purple #8D1683

Color information

#8D1683 (or 0x8D1683) is unknown color: approx Dark Purple. HEX triplet: 8D, 16 and 83. RGB value is (141,22,131). Sum of RGB (Red+Green+Blue) = 141+22+131=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1683 is #72E97C. Grayscale: #454545. Windows color (decimal): -7530877 or 8590989. OLE color: 8590989.

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

Color convert

RGB14122131-
CMYK00.840.070.45
HSL305.04º73.01%31.96%-
HSV(B)305.04º84.4%55.29%-
XYZ15.377.8822.18-
YUV70.01162.42178.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=47.96%
G=7.48%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412213100.840.070.45305.0473.0131.96
Hex8D168305472D1314920
Octal21526203012475546111140
Binary100011011011010000011010101001111011011001100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,131); }

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

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

 a { background-color: rgb(141,22,131); }

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

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

 span { border-color: rgb(141,22,131); }

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