#9E437A

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

Shades of Royal Heath #9E437A

Tints of Royal Heath #9E437A

Color information

#9E437A (or 0x9E437A) is unknown color: approx Royal Heath. HEX triplet: 9E, 43 and 7A. RGB value is (158,67,122). Sum of RGB (Red+Green+Blue) = 158+67+122=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E437A is #61BC85. Grayscale: #646464. Windows color (decimal): -6405254 or 8012702. OLE color: 8012702.

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

Color convert

RGB15867122-
CMYK00.580.230.38
HSL323.74º40.44%44.12%-
HSV(B)323.74º57.59%61.96%-
XYZ19.6212.6919.83-
YUV100.48140.15169.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=45.53%
G=19.31%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586712200.580.230.38323.7440.4444.12
Hex9E437A03A1726144282c
Octal23610317207227465045054
Binary1001111010000111111010011101010111100110101000100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,67,122); }

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

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

 a { background-color: rgb(158,67,122); }

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

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

 span { border-color: rgb(158,67,122); }

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