#9F4F73

Color #9F4F73 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9F4F73

Tints of Royal Heath #9F4F73

Color information

#9F4F73 (or 0x9F4F73) is unknown color: approx Royal Heath. HEX triplet: 9F, 4F and 73. RGB value is (159,79,115). Sum of RGB (Red+Green+Blue) = 159+79+115=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F73 is #60B08C. Grayscale: #6A6A6A. Windows color (decimal): -6336653 or 7557023. OLE color: 7557023.

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

Color convert

RGB15979115-
CMYK00.500.280.38
HSL333º33.61%46.67%-
HSV(B)333º50.31%62.35%-
XYZ20.1914.217.9-
YUV107.02132.5165.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=45.04%
G=22.38%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597911500.500.280.3833333.6146.67
Hex9F4F730321C2614d222f
Octal23711716306234465154257
Binary1001111110011111110011011001011100100110101001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,79,115); }

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

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

 a { background-color: rgb(159,79,115); }

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

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

 span { border-color: rgb(159,79,115); }

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