#9F4579

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

Shades of Royal Heath #9F4579

Tints of Royal Heath #9F4579

Color information

#9F4579 (or 0x9F4579) is unknown color: approx Royal Heath. HEX triplet: 9F, 45 and 79. RGB value is (159,69,121). Sum of RGB (Red+Green+Blue) = 159+69+121=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4579 is #60BA86. Grayscale: #656565. Windows color (decimal): -6339207 or 7947679. OLE color: 7947679.

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

Color convert

RGB15969121-
CMYK00.570.240.38
HSL325.33º39.47%44.71%-
HSV(B)325.33º56.6%62.35%-
XYZ19.8813.0119.55-
YUV101.84138.82168.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=45.56%
G=19.77%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596912100.570.240.38325.3339.4744.71
Hex9F45790391826145272d
Octal23710517107130465054755
Binary1001111110001011111001011100111000100110101000101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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