#9B4779

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

Shades of Royal Heath #9B4779

Tints of Royal Heath #9B4779

Color information

#9B4779 (or 0x9B4779) is unknown color: approx Royal Heath. HEX triplet: 9B, 47 and 79. RGB value is (155,71,121). Sum of RGB (Red+Green+Blue) = 155+71+121=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4779 is #64B886. Grayscale: #656565. Windows color (decimal): -6600839 or 7948187. OLE color: 7948187.

HSL color Cylindrical-coordinate representation of color #9B4779: hue angle of 324.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4779 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15571121-
CMYK00.540.220.39
HSL324.29º37.17%44.31%-
HSV(B)324.29º54.19%60.78%-
XYZ19.2212.8619.56-
YUV101.82138.83165.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=44.67%
G=20.46%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557112100.540.220.39324.2937.1744.31
Hex9B47790361627144252c
Octal23310717106626475044554
Binary1001101110001111111001011011010110100111101000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,121); }

 H1.HeaderClassName
 {
   color: #9B4779;
 }
 .AnyTagClassName
 {
   color: #9B4779;
 }
</style>
background-color css

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

 a { background-color: rgb(155,71,121); }

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

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

 span { border-color: rgb(155,71,121); }

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