#9D2490

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

Shades of Dark Purple #9D2490

Tints of Dark Purple #9D2490

Color information

#9D2490 (or 0x9D2490) is unknown color: approx Dark Purple. HEX triplet: 9D, 24 and 90. RGB value is (157,36,144). Sum of RGB (Red+Green+Blue) = 157+36+144=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2490 is #62DB6F. Grayscale: #545454. Windows color (decimal): -6478704 or 9446557. OLE color: 9446557.

HSL color Cylindrical-coordinate representation of color #9D2490: hue angle of 306.45º 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 #9D2490 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15736144-
CMYK00.770.080.38
HSL306.45º62.69%37.84%-
HSV(B)306.45º77.07%61.57%-
XYZ19.5710.4427.37-
YUV84.49161.59179.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.59%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=46.59%
G=10.68%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573614400.770.080.38306.4562.6937.84
Hex9D249004D8261323f26
Octal23544220011510464627746
Binary1001110110010010010000010011011000100110100110010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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