#9E4F7A

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

Shades of Royal Heath #9E4F7A

Tints of Royal Heath #9E4F7A

Color information

#9E4F7A (or 0x9E4F7A) is unknown color: approx Royal Heath. HEX triplet: 9E, 4F and 7A. RGB value is (158,79,122). Sum of RGB (Red+Green+Blue) = 158+79+122=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F7A is #61B085. Grayscale: #6B6B6B. Windows color (decimal): -6402182 or 8015774. OLE color: 8015774.

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

Color convert

RGB15879122-
CMYK00.500.230.38
HSL327.34º33.33%46.47%-
HSV(B)327.34º50%61.96%-
XYZ20.4114.2720.09-
YUV107.52136.17164-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=44.01%
G=22.01%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587912200.500.230.38327.3433.3346.47
Hex9E4F7A0321726147212e
Octal23611717206227465074156
Binary1001111010011111111010011001010111100110101000111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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