#9D2978

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

Shades of Dark Purple #9D2978

Tints of Dark Purple #9D2978

Color information

#9D2978 (or 0x9D2978) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 78. RGB value is (157,41,120). Sum of RGB (Red+Green+Blue) = 157+41+120=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2978 is #62D687. Grayscale: #545454. Windows color (decimal): -6477448 or 7874973. OLE color: 7874973.

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

Color convert

RGB15741120-
CMYK00.740.240.38
HSL319.14º58.59%38.82%-
HSV(B)319.14º73.89%61.57%-
XYZ18.0910.1118.77-
YUV84.69147.93179.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=49.37%
G=12.89%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574112000.740.240.38319.1458.5938.82
Hex9D297804A182613f3b27
Octal23551170011230464777347
Binary1001110110100111110000100101011000100110100111111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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