#9F5079

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

Shades of Royal Heath #9F5079

Tints of Royal Heath #9F5079

Color information

#9F5079 (or 0x9F5079) is unknown color: approx Royal Heath. HEX triplet: 9F, 50 and 79. RGB value is (159,80,121). Sum of RGB (Red+Green+Blue) = 159+80+121=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5079 is #60AF86. Grayscale: #6C6C6C. Windows color (decimal): -6336391 or 7950495. OLE color: 7950495.

HSL color Cylindrical-coordinate representation of color #9F5079: hue angle of 328.86º degrees, saturation: 0.33, 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 #9F5079 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15980121-
CMYK00.500.240.38
HSL328.86º33.05%46.86%-
HSV(B)328.86º49.69%62.35%-
XYZ20.6214.4919.8-
YUV108.29135.17164.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=44.17%
G=22.22%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598012100.500.240.38328.8633.0546.86
Hex9F50790321826149212f
Octal23712017106230465114157
Binary1001111110100001111001011001011000100110101001001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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