Html Css Color HEX #9E4A74 Royal Heath

📋 copy color: '#9E4A74'

red 158 ◦ green 74 ◦ blue 116

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

Shades of Royal Heath #9E4A74

Tints of Royal Heath #9E4A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

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

R = 45.4%
G = 21.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E4A74 (or 0x9E4A74) is known color: Royal Heath. HEX triplet: 9E, 4A and 74. RGB value is (158,74,116). Sum of RGB (Red+Green+Blue) = 158+74+116=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4A74 is #61B58B. Grayscale: #676767. Windows color (decimal): -6403468 or 7621278. OLE color: 7621278.

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

Color convert

RGB 158 74 116 -
CMYK 0 0.53 0.27 0.38
HSL 330º 0.36% 0.45% -
HSV(B) 330º 0.53% 0.62% -
XYZ 19.7 13.43 18.08 -
YUV 103.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 158 74 116 0 0.53 0.27 0.38 330 0.36 0.45
Hex 9E 4A 74 0 35 1B 26 14A 24 2D
Octal 236 112 164 0 65 33 46 512 44 55
Binary 10011110 1001010 1110100 0 110101 11011 100110 101001010 100100 101101

Color Harmonies of #9E4A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A74

Black with #9E4A74

Text Example


Text Example

White with #9E4A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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