#9F477F

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

Shades of Royal Heath #9F477F

Tints of Royal Heath #9F477F

Color information

#9F477F (or 0x9F477F) is unknown color: approx Royal Heath. HEX triplet: 9F, 47 and 7F. RGB value is (159,71,127). Sum of RGB (Red+Green+Blue) = 159+71+127=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F477F is #60B880. Grayscale: #676767. Windows color (decimal): -6338689 or 8341407. OLE color: 8341407.

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

Color convert

RGB15971127-
CMYK00.550.200.38
HSL321.82º38.26%45.1%-
HSV(B)321.82º55.35%62.35%-
XYZ20.3813.4121.59-
YUV103.7141.15167.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 127 (50% from 255) = 35.57%
R=44.54%
G=19.89%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597112700.550.200.38321.8238.2645.1
Hex9F477F0371426142262d
Octal23710717706724465024655
Binary1001111110001111111111011011110100100110101000010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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