Html Css Color HEX #9E5175 Royal Heath

📋 copy color: '#9E5175'

red 158 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #9E5175

Tints of Royal Heath #9E5175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 44.38%
G = 22.75%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E5175 (or 0x9E5175) is known color: Royal Heath. HEX triplet: 9E, 51 and 75. RGB value is (158,81,117). Sum of RGB (Red+Green+Blue) = 158+81+117=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5175 is #61AE8A. Grayscale: #6C6C6C. Windows color (decimal): -6401675 or 7688606. OLE color: 7688606.

HSL color Cylindrical-coordinate representation of color #9E5175: hue angle of 331.95º 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 #9E5175 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 81 117 -
CMYK 0 0.49 0.26 0.38
HSL 331.95º 0.32% 0.47% -
HSV(B) 331.95º 0.49% 0.62% -
XYZ 20.25 14.44 18.55 -
YUV 108.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 158 81 117 0 0.49 0.26 0.38 331.95 0.32 0.47
Hex 9E 51 75 0 31 1A 26 14C 20 2F
Octal 236 121 165 0 61 32 46 514 40 57
Binary 10011110 1010001 1110101 0 110001 11010 100110 101001100 100000 101111

Color Harmonies of #9E5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5175

Black with #9E5175

Text Example


Text Example

White with #9E5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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