#9A4979

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

Shades of Royal Heath #9A4979

Tints of Royal Heath #9A4979

Color information

#9A4979 (or 0x9A4979) is unknown color: approx Royal Heath. HEX triplet: 9A, 49 and 79. RGB value is (154,73,121). Sum of RGB (Red+Green+Blue) = 154+73+121=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4979 is #65B686. Grayscale: #666666. Windows color (decimal): -6665863 or 7948698. OLE color: 7948698.

HSL color Cylindrical-coordinate representation of color #9A4979: hue angle of 324.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4979 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15473121-
CMYK00.530.210.40
HSL324.44º35.68%44.51%-
HSV(B)324.44º52.6%60.39%-
XYZ19.1613.0219.59-
YUV102.69138.34164.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.25%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=44.25%
G=20.98%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547312100.530.210.40324.4435.6844.51
Hex9A49790351528144242d
Octal23211117106525505044455
Binary1001101010010011111001011010110101101000101000100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,73,121); }

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

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

 a { background-color: rgb(154,73,121); }

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

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

 span { border-color: rgb(154,73,121); }

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