#9E467C

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

Shades of Royal Heath #9E467C

Tints of Royal Heath #9E467C

Color information

#9E467C (or 0x9E467C) is unknown color: approx Royal Heath. HEX triplet: 9E, 46 and 7C. RGB value is (158,70,124). Sum of RGB (Red+Green+Blue) = 158+70+124=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E467C is #61B983. Grayscale: #666666. Windows color (decimal): -6404484 or 8144542. OLE color: 8144542.

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

Color convert

RGB15870124-
CMYK00.560.220.38
HSL323.18º38.6%44.71%-
HSV(B)323.18º55.7%61.96%-
XYZ19.9313.120.55-
YUV102.47140.15167.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=44.89%
G=19.89%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587012400.560.220.38323.1838.644.71
Hex9E467C0381626143272d
Octal23610617407026465034755
Binary1001111010001101111100011100010110100110101000011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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