Html Css Color HEX #9E4D7A Royal Heath

📋 copy color: '#9E4D7A'

red 158 ◦ green 77 ◦ blue 122

#9E4D7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #9E4D7A

Tints of Royal Heath #9E4D7A

RGB

 RED value IS 158 (62.11% from 255) = 44.26%

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 44.26%
G = 21.57%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E4D7A (or 0x9E4D7A) is known color: Royal Heath. HEX triplet: 9E, 4D and 7A. RGB value is (158,77,122). Sum of RGB (Red+Green+Blue) = 158+77+122=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D7A is #61B285. Grayscale: #6A6A6A. Windows color (decimal): -6402694 or 8015262. OLE color: 8015262.

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

Color convert

RGB 158 77 122 -
CMYK 0 0.51 0.23 0.38
HSL 326.67º 0.34% 0.46% -
HSV(B) 326.67º 0.51% 0.62% -
XYZ 20.27 13.98 20.04 -
YUV 106.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 158 77 122 0 0.51 0.23 0.38 326.67 0.34 0.46
Hex 9E 4D 7A 0 33 17 26 147 22 2E
Octal 236 115 172 0 63 27 46 507 42 56
Binary 10011110 1001101 1111010 0 110011 10111 100110 101000111 100010 101110

Color Harmonies of #9E4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4D7A

Black with #9E4D7A

Text Example


Text Example

White with #9E4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E4D7A;
 }
 .AnyTagClassName
 {
   color: #9E4D7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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