#9F5379

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

Shades of Royal Heath #9F5379

Tints of Royal Heath #9F5379

Color information

#9F5379 (or 0x9F5379) is unknown color: approx Royal Heath. HEX triplet: 9F, 53 and 79. RGB value is (159,83,121). Sum of RGB (Red+Green+Blue) = 159+83+121=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5379 is #60AC86. Grayscale: #6D6D6D. Windows color (decimal): -6335623 or 7951263. OLE color: 7951263.

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

Color convert

RGB15983121-
CMYK00.480.240.38
HSL330º31.4%47.45%-
HSV(B)330º47.8%62.35%-
XYZ20.8414.9419.87-
YUV110.06134.18162.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=43.80%
G=22.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598312100.480.240.3833031.447.45
Hex9F5379030182614a1f2f
Octal23712317106030465123757
Binary100111111010011111100101100001100010011010100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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