#9D2272

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

Shades of Dark Purple #9D2272

Tints of Dark Purple #9D2272

Color information

#9D2272 (or 0x9D2272) is unknown color: approx Dark Purple. HEX triplet: 9D, 22 and 72. RGB value is (157,34,114). Sum of RGB (Red+Green+Blue) = 157+34+114=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2272 is #62DD8D. Grayscale: #4F4F4F. Windows color (decimal): -6479246 or 7479965. OLE color: 7479965.

HSL color Cylindrical-coordinate representation of color #9D2272: hue angle of 320.98º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2272 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15734114-
CMYK00.780.270.38
HSL320.98º64.4%37.45%-
HSV(B)320.98º78.34%61.57%-
XYZ17.519.5316.84-
YUV79.9147.25183-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.48%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=51.48%
G=11.15%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573411400.780.270.38320.9864.437.45
Hex9D227204E1B261414025
Octal235421620116334650110045
Binary10011101100010111001001001110110111001101010000011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,34,114); }

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

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

 a { background-color: rgb(157,34,114); }

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

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

 span { border-color: rgb(157,34,114); }

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