#9F2272

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

Shades of Dark Purple #9F2272

Tints of Dark Purple #9F2272

Color information

#9F2272 (or 0x9F2272) is unknown color: approx Dark Purple. HEX triplet: 9F, 22 and 72. RGB value is (159,34,114). Sum of RGB (Red+Green+Blue) = 159+34+114=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2272 is #60DD8D. Grayscale: #505050. Windows color (decimal): -6348174 or 7479967. OLE color: 7479967.

HSL color Cylindrical-coordinate representation of color #9F2272: hue angle of 321.6º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2272 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15934114-
CMYK00.790.280.38
HSL321.6º64.77%37.84%-
HSV(B)321.6º78.62%62.35%-
XYZ17.919.7316.85-
YUV80.49146.91184-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=51.79%
G=11.07%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593411400.790.280.38321.664.7737.84
Hex9F227204F1C261424126
Octal237421620117344650210146
Binary10011111100010111001001001111111001001101010000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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