#9F5376

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

Shades of Royal Heath #9F5376

Tints of Royal Heath #9F5376

Color information

#9F5376 (or 0x9F5376) is unknown color: approx Royal Heath. HEX triplet: 9F, 53 and 76. RGB value is (159,83,118). Sum of RGB (Red+Green+Blue) = 159+83+118=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5376 is #60AC89. Grayscale: #6D6D6D. Windows color (decimal): -6335626 or 7754655. OLE color: 7754655.

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

Color convert

RGB15983118-
CMYK00.480.260.38
HSL332.37º31.4%47.45%-
HSV(B)332.37º47.8%62.35%-
XYZ20.6614.8718.92-
YUV109.71132.68163.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=44.17%
G=23.06%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598311800.480.260.38332.3731.447.45
Hex9F53760301A2614c1f2f
Octal23712316606032465143757
Binary100111111010011111011001100001101010011010100110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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