#9D2976

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

Shades of Dark Purple #9D2976

Tints of Dark Purple #9D2976

Color information

#9D2976 (or 0x9D2976) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 76. RGB value is (157,41,118). Sum of RGB (Red+Green+Blue) = 157+41+118=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2976 is #62D689. Grayscale: #545454. Windows color (decimal): -6477450 or 7743901. OLE color: 7743901.

HSL color Cylindrical-coordinate representation of color #9D2976: hue angle of 320.17º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D2976 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15741118-
CMYK00.740.250.38
HSL320.17º58.59%38.82%-
HSV(B)320.17º73.89%61.57%-
XYZ17.9710.0618.13-
YUV84.46146.93179.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.68%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=49.68%
G=12.97%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574111800.740.250.38320.1758.5938.82
Hex9D297604A19261403b27
Octal23551166011231465007347
Binary1001110110100111101100100101011001100110101000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D2976; }

 p { color: rgb(157,41,118); }

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

<style>
 a { background-color: #9D2976; }

 a { background-color: rgb(157,41,118); }

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

<style>
 span { border-color: #9D2976; }

 span { border-color: rgb(157,41,118); }

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