#9e4b79

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

Shades of Royal Heath #9E4B79

Tints of Royal Heath #9E4B79

Color information

#9E4B79 (or 0x9E4B79) is unknown color: approx Royal Heath. HEX triplet: 9E, 4B and 79. RGB value is (158,75,121). Sum of RGB (Red+Green+Blue) = 158+75+121=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4B79 is #61B486. Grayscale: #686868. Windows color (decimal): -6403207 or 7949214. OLE color: 7949214.

HSL color Cylindrical-coordinate representation of color #9E4B79: hue angle of 326.75º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4B79 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15875121-
CMYK00.530.230.38
HSL326.75º35.62%45.69%-
HSV(B)326.75º52.53%61.96%-
XYZ20.0713.6819.67-
YUV105.06137165.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=44.63%
G=21.19%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587512100.530.230.38326.7535.6245.69
Hex9E4B790351726147242e
Octal23611317106527465074456
Binary1001111010010111111001011010110111100110101000111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e4b79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,121); }

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

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

 a { background-color: rgb(158,75,121); }

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

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

 span { border-color: rgb(158,75,121); }

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