Html Css Color HEX #9B4E77 Royal Heath

📋 copy color: '#9B4E77'

red 155 ◦ green 78 ◦ blue 119

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

Shades of Royal Heath #9B4E77

Tints of Royal Heath #9B4E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

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

R = 44.03%
G = 22.16%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B4E77 (or 0x9B4E77) is known color: Royal Heath. HEX triplet: 9B, 4E and 77. RGB value is (155,78,119). Sum of RGB (Red+Green+Blue) = 155+78+119=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E77 is #64B188. Grayscale: #696969. Windows color (decimal): -6599049 or 7818907. OLE color: 7818907.

HSL color Cylindrical-coordinate representation of color #9B4E77: hue angle of 328.05º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E77 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 78 119 -
CMYK 0 0.50 0.23 0.39
HSL 328.05º 0.33% 0.46% -
HSV(B) 328.05º 0.5% 0.61% -
XYZ 19.57 13.75 19.08 -
YUV 105.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 155 78 119 0 0.50 0.23 0.39 328.05 0.33 0.46
Hex 9B 4E 77 0 32 17 27 148 21 2E
Octal 233 116 167 0 62 27 47 510 41 56
Binary 10011011 1001110 1110111 0 110010 10111 100111 101001000 100001 101110

Color Harmonies of #9B4E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4E77

Black with #9B4E77

Text Example


Text Example

White with #9B4E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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