#9F5179

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

Shades of Royal Heath #9F5179

Tints of Royal Heath #9F5179

Color information

#9F5179 (or 0x9F5179) is unknown color: approx Royal Heath. HEX triplet: 9F, 51 and 79. RGB value is (159,81,121). Sum of RGB (Red+Green+Blue) = 159+81+121=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5179 is #60AE86. Grayscale: #6C6C6C. Windows color (decimal): -6336135 or 7950751. OLE color: 7950751.

HSL color Cylindrical-coordinate representation of color #9F5179: hue angle of 329.23º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5179 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15981121-
CMYK00.490.240.38
HSL329.23º32.5%47.06%-
HSV(B)329.23º49.06%62.35%-
XYZ20.6914.6419.82-
YUV108.88134.84163.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=44.04%
G=22.44%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598112100.490.240.38329.2332.547.06
Hex9F51790311826149202f
Octal23712117106130465114057
Binary1001111110100011111001011000111000100110101001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,81,121); }

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

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

 a { background-color: rgb(159,81,121); }

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

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

 span { border-color: rgb(159,81,121); }

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