#9B497A

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

Shades of Royal Heath #9B497A

Tints of Royal Heath #9B497A

Color information

#9B497A (or 0x9B497A) is unknown color: approx Royal Heath. HEX triplet: 9B, 49 and 7A. RGB value is (155,73,122). Sum of RGB (Red+Green+Blue) = 155+73+122=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B497A is #64B685. Grayscale: #666666. Windows color (decimal): -6600326 or 8014235. OLE color: 8014235.

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

Color convert

RGB15573122-
CMYK00.530.210.39
HSL324.15º35.96%44.71%-
HSV(B)324.15º52.9%60.78%-
XYZ19.4113.1419.93-
YUV103.1138.67165.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=44.29%
G=20.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557312200.530.210.39324.1535.9644.71
Hex9B497A0351527144242d
Octal23311117206525475044455
Binary1001101110010011111010011010110101100111101000100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,122); }

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

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

 a { background-color: rgb(155,73,122); }

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

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

 span { border-color: rgb(155,73,122); }

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