#9d2f7c

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

Shades of Dark Purple #9D2F7C

Tints of Dark Purple #9D2F7C

Color information

#9D2F7C (or 0x9D2F7C) is unknown color: approx Dark Purple. HEX triplet: 9D, 2F and 7C. RGB value is (157,47,124). Sum of RGB (Red+Green+Blue) = 157+47+124=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2F7C is #62D083. Grayscale: #585858. Windows color (decimal): -6475908 or 8138653. OLE color: 8138653.

HSL color Cylindrical-coordinate representation of color #9D2F7C: hue angle of 318º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D2F7C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15747124-
CMYK00.700.210.38
HSL318º53.92%40%-
HSV(B)318º70.06%61.57%-
XYZ18.5610.6620.15-
YUV88.67147.94176.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=47.87%
G=14.33%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574712400.700.210.3831853.9240
Hex9D2F7C046152613e3628
Octal23557174010625464766650
Binary1001110110111111111000100011010101100110100111110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2f7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,47,124); }

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

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

 a { background-color: rgb(157,47,124); }

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

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

 span { border-color: rgb(157,47,124); }

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