#9F497C

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

Shades of Royal Heath #9F497C

Tints of Royal Heath #9F497C

Color information

#9F497C (or 0x9F497C) is unknown color: approx Royal Heath. HEX triplet: 9F, 49 and 7C. RGB value is (159,73,124). Sum of RGB (Red+Green+Blue) = 159+73+124=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F497C is #60B683. Grayscale: #686868. Windows color (decimal): -6338180 or 8145311. OLE color: 8145311.

HSL color Cylindrical-coordinate representation of color #9F497C: hue angle of 324.42º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F497C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15973124-
CMYK00.540.220.38
HSL324.42º37.07%45.49%-
HSV(B)324.42º54.09%62.35%-
XYZ20.3213.5920.62-
YUV104.53138.99166.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=44.66%
G=20.51%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597312400.540.220.38324.4237.0745.49
Hex9F497C0361626144252d
Octal23711117406626465044555
Binary1001111110010011111100011011010110100110101000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,73,124); }

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

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

 a { background-color: rgb(159,73,124); }

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

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

 span { border-color: rgb(159,73,124); }

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