#9d2498

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

Shades of Dark Purple #9D2498

Tints of Dark Purple #9D2498

Color information

#9D2498 (or 0x9D2498) is unknown color: approx Dark Purple. HEX triplet: 9D, 24 and 98. RGB value is (157,36,152). Sum of RGB (Red+Green+Blue) = 157+36+152=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2498 is #62DB67. Grayscale: #555555. Windows color (decimal): -6478696 or 9970845. OLE color: 9970845.

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

Color convert

RGB15736152-
CMYK00.770.030.38
HSL302.48º62.69%37.84%-
HSV(B)302.48º77.07%61.57%-
XYZ20.210.730.71-
YUV85.4165.59179.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=45.51%
G=10.43%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573615200.770.030.38302.4862.6937.84
Hex9D249804D32612e3f26
Octal2354423001153464567746
Binary10011101100100100110000100110111100110100101110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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