#9F497B

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

Shades of Royal Heath #9F497B

Tints of Royal Heath #9F497B

Color information

#9F497B (or 0x9F497B) is unknown color: approx Royal Heath. HEX triplet: 9F, 49 and 7B. RGB value is (159,73,123). Sum of RGB (Red+Green+Blue) = 159+73+123=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F497B is #60B684. Grayscale: #686868. Windows color (decimal): -6338181 or 8079775. OLE color: 8079775.

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

Color convert

RGB15973123-
CMYK00.540.230.38
HSL325.12º37.07%45.49%-
HSV(B)325.12º54.09%62.35%-
XYZ20.2613.5720.29-
YUV104.41138.49166.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=44.79%
G=20.56%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597312300.540.230.38325.1237.0745.49
Hex9F497B0361726145252d
Octal23711117306627465054555
Binary1001111110010011111011011011010111100110101000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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