#9D297B

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

Shades of Dark Purple #9D297B

Tints of Dark Purple #9D297B

Color information

#9D297B (or 0x9D297B) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 7B. RGB value is (157,41,123). Sum of RGB (Red+Green+Blue) = 157+41+123=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D297B is #62D684. Grayscale: #545454. Windows color (decimal): -6477445 or 8071581. OLE color: 8071581.

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

Color convert

RGB15741123-
CMYK00.740.220.38
HSL317.59º58.59%38.82%-
HSV(B)317.59º73.89%61.57%-
XYZ18.2710.1819.74-
YUV85.03149.43179.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=48.91%
G=12.77%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574112300.740.220.38317.5958.5938.82
Hex9D297B04A162613e3b27
Octal23551173011226464767347
Binary1001110110100111110110100101010110100110100111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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