Html Css Color HEX #9E5179 Royal Heath

📋 copy color: '#9E5179'

red 158 ◦ green 81 ◦ blue 121

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

Shades of Royal Heath #9E5179

Tints of Royal Heath #9E5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 43.89%
G = 22.5%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E5179 (or 0x9E5179) is known color: Royal Heath. HEX triplet: 9E, 51 and 79. RGB value is (158,81,121). Sum of RGB (Red+Green+Blue) = 158+81+121=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5179 is #61AE86. Grayscale: #6C6C6C. Windows color (decimal): -6401671 or 7950750. OLE color: 7950750.

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

Color convert

RGB 158 81 121 -
CMYK 0 0.49 0.23 0.38
HSL 328.83º 0.32% 0.47% -
HSV(B) 328.83º 0.49% 0.62% -
XYZ 20.49 14.53 19.81 -
YUV 108.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 158 81 121 0 0.49 0.23 0.38 328.83 0.32 0.47
Hex 9E 51 79 0 31 17 26 149 20 2F
Octal 236 121 171 0 61 27 46 511 40 57
Binary 10011110 1010001 1111001 0 110001 10111 100110 101001001 100000 101111

Color Harmonies of #9E5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5179

Black with #9E5179

Text Example


Text Example

White with #9E5179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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