Html Css Color HEX #9E477F Royal Heath

📋 copy color: '#9E477F'

red 158 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #9E477F

Tints of Royal Heath #9E477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 44.38%
G = 19.94%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E477F (or 0x9E477F) is known color: Royal Heath. HEX triplet: 9E, 47 and 7F. RGB value is (158,71,127). Sum of RGB (Red+Green+Blue) = 158+71+127=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E477F is #61B880. Grayscale: #676767. Windows color (decimal): -6404225 or 8341406. OLE color: 8341406.

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

Color convert

RGB 158 71 127 -
CMYK 0 0.55 0.20 0.38
HSL 321.38º 0.38% 0.45% -
HSV(B) 321.38º 0.55% 0.62% -
XYZ 20.18 13.31 21.58 -
YUV 103.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 158 71 127 0 0.55 0.20 0.38 321.38 0.38 0.45
Hex 9E 47 7F 0 37 14 26 141 26 2D
Octal 236 107 177 0 67 24 46 501 46 55
Binary 10011110 1000111 1111111 0 110111 10100 100110 101000001 100110 101101

Color Harmonies of #9E477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E477F

Black with #9E477F

Text Example


Text Example

White with #9E477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,71,127); }

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

background-color css

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

 a { background-color: rgb(158,71,127); }

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

border-color css

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

 span { border-color: rgb(158,71,127); }

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