#8D1669

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

Shades of Dark Purple #8D1669

Tints of Dark Purple #8D1669

Color information

#8D1669 (or 0x8D1669) is unknown color: approx Dark Purple. HEX triplet: 8D, 16 and 69. RGB value is (141,22,105). Sum of RGB (Red+Green+Blue) = 141+22+105=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1669 is #72E996. Grayscale: #424242. Windows color (decimal): -7530903 or 6887053. OLE color: 6887053.

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

Color convert

RGB14122105-
CMYK00.840.260.45
HSL318.15º73.01%31.96%-
HSV(B)318.15º84.4%55.29%-
XYZ13.827.2614.04-
YUV67.04149.42180.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=52.61%
G=8.21%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412210500.840.260.45318.1573.0131.96
Hex8D16690541A2D13e4920
Octal215261510124325547611140
Binary1000110110110110100101010100110101011011001111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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