#9B4479

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

Shades of Royal Heath #9B4479

Tints of Royal Heath #9B4479

Color information

#9B4479 (or 0x9B4479) is unknown color: approx Royal Heath. HEX triplet: 9B, 44 and 79. RGB value is (155,68,121). Sum of RGB (Red+Green+Blue) = 155+68+121=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4479 is #64BB86. Grayscale: #636363. Windows color (decimal): -6601607 or 7947419. OLE color: 7947419.

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

Color convert

RGB15568121-
CMYK00.560.220.39
HSL323.45º39.01%43.73%-
HSV(B)323.45º56.13%60.78%-
XYZ19.0412.4819.5-
YUV100.06139.82167.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=45.06%
G=19.77%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556812100.560.220.39323.4539.0143.73
Hex9B44790381627143272c
Octal23310417107026475034754
Binary1001101110001001111001011100010110100111101000011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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