#9F5477

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

Shades of Royal Heath #9F5477

Tints of Royal Heath #9F5477

Color information

#9F5477 (or 0x9F5477) is unknown color: approx Royal Heath. HEX triplet: 9F, 54 and 77. RGB value is (159,84,119). Sum of RGB (Red+Green+Blue) = 159+84+119=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5477 is #60AB88. Grayscale: #6E6E6E. Windows color (decimal): -6335369 or 7820447. OLE color: 7820447.

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

Color convert

RGB15984119-
CMYK00.470.250.38
HSL332º30.86%47.65%-
HSV(B)332º47.17%62.35%-
XYZ20.815.0419.26-
YUV110.42132.85162.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=43.92%
G=23.20%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598411900.470.250.3833230.8647.65
Hex9F547702F192614c1f30
Octal23712416705731465143760
Binary100111111010100111011101011111100110011010100110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,119); }

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

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

 a { background-color: rgb(159,84,119); }

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

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

 span { border-color: rgb(159,84,119); }

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