#9E477E

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

Shades of Royal Heath #9E477E

Tints of Royal Heath #9E477E

Color information

#9E477E (or 0x9E477E) is unknown color: approx Royal Heath. HEX triplet: 9E, 47 and 7E. RGB value is (158,71,126). Sum of RGB (Red+Green+Blue) = 158+71+126=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E477E is #61B881. Grayscale: #676767. Windows color (decimal): -6404226 or 8275870. OLE color: 8275870.

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

Color convert

RGB15871126-
CMYK00.550.200.38
HSL322.07º37.99%44.9%-
HSV(B)322.07º55.06%61.96%-
XYZ20.1213.2821.24-
YUV103.28140.82167.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=44.51%
G=20%
B=35.49%

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
Decimal1587112600.550.200.38322.0737.9944.9
Hex9E477E0371426142262d
Octal23610717606724465024655
Binary1001111010001111111110011011110100100110101000010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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