#9D477C

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

Shades of Royal Heath #9D477C

Tints of Royal Heath #9D477C

Color information

#9D477C (or 0x9D477C) is unknown color: approx Royal Heath. HEX triplet: 9D, 47 and 7C. RGB value is (157,71,124). Sum of RGB (Red+Green+Blue) = 157+71+124=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D477C is #62B883. Grayscale: #666666. Windows color (decimal): -6469764 or 8144797. OLE color: 8144797.

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

Color convert

RGB15771124-
CMYK00.550.210.38
HSL323.02º37.72%44.71%-
HSV(B)323.02º54.78%61.57%-
XYZ19.813.1320.56-
YUV102.76139.99166.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=44.60%
G=20.17%
B=35.23%

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
Decimal1577112400.550.210.38323.0237.7244.71
Hex9D477C0371526143262d
Octal23510717406725465034655
Binary1001110110001111111100011011110101100110101000011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,124); }

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

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

 a { background-color: rgb(157,71,124); }

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

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

 span { border-color: rgb(157,71,124); }

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