Html Css Color HEX #9B4977 Royal Heath

📋 copy color: '#9B4977'

red 155 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #9B4977

Tints of Royal Heath #9B4977

RGB

 RED value IS 155 (60.94% from 255) = 44.67%

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 44.67%
G = 21.04%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B4977 (or 0x9B4977) is known color: Royal Heath. HEX triplet: 9B, 49 and 77. RGB value is (155,73,119). Sum of RGB (Red+Green+Blue) = 155+73+119=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4977 is #64B688. Grayscale: #666666. Windows color (decimal): -6600329 or 7817627. OLE color: 7817627.

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

Color convert

RGB 155 73 119 -
CMYK 0 0.53 0.23 0.39
HSL 326.34º 0.36% 0.45% -
HSV(B) 326.34º 0.53% 0.61% -
XYZ 19.23 13.07 18.96 -
YUV 102.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 155 73 119 0 0.53 0.23 0.39 326.34 0.36 0.45
Hex 9B 49 77 0 35 17 27 146 24 2D
Octal 233 111 167 0 65 27 47 506 44 55
Binary 10011011 1001001 1110111 0 110101 10111 100111 101000110 100100 101101

Color Harmonies of #9B4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4977

Black with #9B4977

Text Example


Text Example

White with #9B4977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,119); }

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

background-color css

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

 a { background-color: rgb(155,73,119); }

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

border-color css

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

 span { border-color: rgb(155,73,119); }

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