#9d297d

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

Shades of Dark Purple #9D297D

Tints of Dark Purple #9D297D

Color information

#9D297D (or 0x9D297D) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 7D. RGB value is (157,41,125). Sum of RGB (Red+Green+Blue) = 157+41+125=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D297D is #62D682. Grayscale: #555555. Windows color (decimal): -6477443 or 8202653. OLE color: 8202653.

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

Color convert

RGB15741125-
CMYK00.740.200.38
HSL316.55º58.59%38.82%-
HSV(B)316.55º73.89%61.57%-
XYZ18.410.2320.41-
YUV85.26150.43179.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=48.61%
G=12.69%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574112500.740.200.38316.5558.5938.82
Hex9D297D04A142613d3b27
Octal23551175011224464757347
Binary1001110110100111111010100101010100100110100111101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d297d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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