#9E457E

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

Shades of Royal Heath #9E457E

Tints of Royal Heath #9E457E

Color information

#9E457E (or 0x9E457E) is unknown color: approx Royal Heath. HEX triplet: 9E, 45 and 7E. RGB value is (158,69,126). Sum of RGB (Red+Green+Blue) = 158+69+126=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E457E is #61BA81. Grayscale: #656565. Windows color (decimal): -6404738 or 8275358. OLE color: 8275358.

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

Color convert

RGB15869126-
CMYK00.560.200.38
HSL321.57º39.21%44.51%-
HSV(B)321.57º56.33%61.96%-
XYZ19.9913.0321.2-
YUV102.11141.49167.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=44.76%
G=19.55%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586912600.560.200.38321.5739.2144.51
Hex9E457E0381426142272d
Octal23610517607024465024755
Binary1001111010001011111110011100010100100110101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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