#9E477C

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

Shades of Royal Heath #9E477C

Tints of Royal Heath #9E477C

Color information

#9E477C (or 0x9E477C) is unknown color: approx Royal Heath. HEX triplet: 9E, 47 and 7C. RGB value is (158,71,124). Sum of RGB (Red+Green+Blue) = 158+71+124=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E477C is #61B883. Grayscale: #666666. Windows color (decimal): -6404228 or 8144798. OLE color: 8144798.

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

Color convert

RGB15871124-
CMYK00.550.220.38
HSL323.45º37.99%44.9%-
HSV(B)323.45º55.06%61.96%-
XYZ19.9913.2320.57-
YUV103.06139.82167.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=44.76%
G=20.11%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587112400.550.220.38323.4537.9944.9
Hex9E477C0371626143262d
Octal23610717406726465034655
Binary1001111010001111111100011011110110100110101000011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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