Html Css Color HEX #9E4C74 Royal Heath

📋 copy color: '#9E4C74'

red 158 ◦ green 76 ◦ blue 116

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

Shades of Royal Heath #9E4C74

Tints of Royal Heath #9E4C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 45.14%
G = 21.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E4C74 (or 0x9E4C74) is known color: Royal Heath. HEX triplet: 9E, 4C and 74. RGB value is (158,76,116). Sum of RGB (Red+Green+Blue) = 158+76+116=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C74 is #61B38B. Grayscale: #696969. Windows color (decimal): -6402956 or 7621790. OLE color: 7621790.

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

Color convert

RGB 158 76 116 -
CMYK 0 0.52 0.27 0.38
HSL 330.73º 0.35% 0.46% -
HSV(B) 330.73º 0.52% 0.62% -
XYZ 19.84 13.7 18.12 -
YUV 105.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 158 76 116 0 0.52 0.27 0.38 330.73 0.35 0.46
Hex 9E 4C 74 0 34 1B 26 14B 23 2E
Octal 236 114 164 0 64 33 46 513 43 56
Binary 10011110 1001100 1110100 0 110100 11011 100110 101001011 100011 101110

Color Harmonies of #9E4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4C74

Black with #9E4C74

Text Example


Text Example

White with #9E4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,116); }

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

background-color css

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

 a { background-color: rgb(158,76,116); }

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

border-color css

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

 span { border-color: rgb(158,76,116); }

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