#9B4D78

Color #9B4D78 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9B4D78

Tints of Royal Heath #9B4D78

Color information

#9B4D78 (or 0x9B4D78) is unknown color: approx 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

RGB15577120-
CMYK00.500.230.39
HSL326.92º33.62%45.49%-
HSV(B)326.92º50.32%60.78%-
XYZ19.5613.6319.37-
YUV105.22136.34163.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557712000.500.230.39326.9233.6245.49
Hex9B4D780321727147222d
Octal23311517006227475074255
Binary1001101110011011111000011001010111100111101000111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>