#9d2475

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

Shades of Dark Purple #9D2475

Tints of Dark Purple #9D2475

Color information

#9D2475 (or 0x9D2475) is unknown color: approx Dark Purple. HEX triplet: 9D, 24 and 75. RGB value is (157,36,117). Sum of RGB (Red+Green+Blue) = 157+36+117=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2475 is #62DB8A. Grayscale: #515151. Windows color (decimal): -6478731 or 7677085. OLE color: 7677085.

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

Color convert

RGB15736117-
CMYK00.770.250.38
HSL319.83º62.69%37.84%-
HSV(B)319.83º77.07%61.57%-
XYZ17.759.7117.77-
YUV81.41148.09181.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=50.65%
G=11.61%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573611700.770.250.38319.8362.6937.84
Hex9D247504D19261403f26
Octal23544165011531465007746
Binary1001110110010011101010100110111001100110101000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,36,117); }

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

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

 a { background-color: rgb(157,36,117); }

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

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

 span { border-color: rgb(157,36,117); }

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