Html Css Color HEX #9E5377 Royal Heath

📋 copy color: '#9E5377'

red 158 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #9E5377

Tints of Royal Heath #9E5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 43.89%
G = 23.06%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E5377 (or 0x9E5377) is known color: Royal Heath. HEX triplet: 9E, 53 and 77. RGB value is (158,83,119). Sum of RGB (Red+Green+Blue) = 158+83+119=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5377 is #61AC88. Grayscale: #6D6D6D. Windows color (decimal): -6401161 or 7820190. OLE color: 7820190.

HSL color Cylindrical-coordinate representation of color #9E5377: hue angle of 331.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5377 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 83 119 -
CMYK 0 0.47 0.25 0.38
HSL 331.2º 0.31% 0.47% -
HSV(B) 331.2º 0.47% 0.62% -
XYZ 20.52 14.79 19.23 -
YUV 109.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 158 83 119 0 0.47 0.25 0.38 331.2 0.31 0.47
Hex 9E 53 77 0 2F 19 26 14B 1F 2F
Octal 236 123 167 0 57 31 46 513 37 57
Binary 10011110 1010011 1110111 0 101111 11001 100110 101001011 11111 101111

Color Harmonies of #9E5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5377

Black with #9E5377

Text Example


Text Example

White with #9E5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,83,119); }

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

background-color css

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

 a { background-color: rgb(158,83,119); }

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

border-color css

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

 span { border-color: rgb(158,83,119); }

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