Html Css Color HEX #9B4D78 Royal Heath

📋 copy color: '#9B4D78'

red 155 ◦ green 77 ◦ blue 120

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

Shades of Royal Heath #9B4D78

Tints of Royal Heath #9B4D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 44.03%
G = 21.88%
B = 34.09%

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

#9B4D78 (or 0x9B4D78) is known color: Royal Heath. HEX triplet: 9B, 4D and 78. RGB value is (155,77,120). Sum of RGB (Red+Green+Blue) = 155+77+120=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D78 is #64B287. Grayscale: #696969. Windows color (decimal): -6599304 or 7884187. OLE color: 7884187.

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

Color convert

RGB 155 77 120 -
CMYK 0 0.50 0.23 0.39
HSL 326.92º 0.34% 0.45% -
HSV(B) 326.92º 0.5% 0.61% -
XYZ 19.56 13.63 19.37 -
YUV 105.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 155 77 120 0 0.50 0.23 0.39 326.92 0.34 0.45
Hex 9B 4D 78 0 32 17 27 147 22 2D
Octal 233 115 170 0 62 27 47 507 42 55
Binary 10011011 1001101 1111000 0 110010 10111 100111 101000111 100010 101101

Color Harmonies of #9B4D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D78

Black with #9B4D78

Text Example


Text Example

White with #9B4D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,77,120); }

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

background-color css

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

 a { background-color: rgb(155,77,120); }

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

border-color css

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

 span { border-color: rgb(155,77,120); }

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