#9F4B76

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

Shades of Royal Heath #9F4B76

Tints of Royal Heath #9F4B76

Color information

#9F4B76 (or 0x9F4B76) is unknown color: approx Royal Heath. HEX triplet: 9F, 4B and 76. RGB value is (159,75,118). Sum of RGB (Red+Green+Blue) = 159+75+118=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B76 is #60B489. Grayscale: #686868. Windows color (decimal): -6337674 or 7752607. OLE color: 7752607.

HSL color Cylindrical-coordinate representation of color #9F4B76: hue angle of 329.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B76 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15975118-
CMYK00.530.260.38
HSL329.29º35.9%45.88%-
HSV(B)329.29º52.83%62.35%-
XYZ20.0813.7118.73-
YUV105.02135.33166.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=45.17%
G=21.31%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597511800.530.260.38329.2935.945.88
Hex9F4B760351A26149242e
Octal23711316606532465114456
Binary1001111110010111110110011010111010100110101001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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