#9F5578

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

Shades of Royal Heath #9F5578

Tints of Royal Heath #9F5578

Color information

#9F5578 (or 0x9F5578) is unknown color: approx Royal Heath. HEX triplet: 9F, 55 and 78. RGB value is (159,85,120). Sum of RGB (Red+Green+Blue) = 159+85+120=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5578 is #60AA87. Grayscale: #6F6F6F. Windows color (decimal): -6335112 or 7886239. OLE color: 7886239.

HSL color Cylindrical-coordinate representation of color #9F5578: hue angle of 331.62º degrees, saturation: 0.3, 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 #9F5578 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15985120-
CMYK00.470.250.38
HSL331.62º30.33%47.84%-
HSV(B)331.62º46.54%62.35%-
XYZ20.9415.2219.6-
YUV111.12133.02162.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=43.68%
G=23.35%
B=32.97%

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
Decimal1598512000.470.250.38331.6230.3347.84
Hex9F557802F192614c1e30
Octal23712517005731465143660
Binary100111111010101111100001011111100110011010100110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,120); }

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

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

 a { background-color: rgb(159,85,120); }

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

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

 span { border-color: rgb(159,85,120); }

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