#9F4576

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

Shades of Royal Heath #9F4576

Tints of Royal Heath #9F4576

Color information

#9F4576 (or 0x9F4576) is unknown color: approx Royal Heath. HEX triplet: 9F, 45 and 76. RGB value is (159,69,118). Sum of RGB (Red+Green+Blue) = 159+69+118=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4576 is #60BA89. Grayscale: #656565. Windows color (decimal): -6339210 or 7751071. OLE color: 7751071.

HSL color Cylindrical-coordinate representation of color #9F4576: hue angle of 327.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 #9F4576 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15969118-
CMYK00.570.260.38
HSL327.33º39.47%44.71%-
HSV(B)327.33º56.6%62.35%-
XYZ19.712.9418.6-
YUV101.5137.32169.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=45.95%
G=19.94%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596911800.570.260.38327.3339.4744.71
Hex9F45760391A26147272d
Octal23710516607132465074755
Binary1001111110001011110110011100111010100110101000111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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