#9F477E

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

Shades of Royal Heath #9F477E

Tints of Royal Heath #9F477E

Color information

#9F477E (or 0x9F477E) is unknown color: approx Royal Heath. HEX triplet: 9F, 47 and 7E. RGB value is (159,71,126). Sum of RGB (Red+Green+Blue) = 159+71+126=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F477E is #60B881. Grayscale: #676767. Windows color (decimal): -6338690 or 8275871. OLE color: 8275871.

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

Color convert

RGB15971126-
CMYK00.550.210.38
HSL322.5º38.26%45.1%-
HSV(B)322.5º55.35%62.35%-
XYZ20.3213.3821.25-
YUV103.58140.65167.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=44.66%
G=19.94%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597112600.550.210.38322.538.2645.1
Hex9F477E0371526142262d
Octal23710717606725465024655
Binary1001111110001111111110011011110101100110101000010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,126); }

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

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

 a { background-color: rgb(159,71,126); }

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

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

 span { border-color: rgb(159,71,126); }

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