#9D497B

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

Shades of Royal Heath #9D497B

Tints of Royal Heath #9D497B

Color information

#9D497B (or 0x9D497B) is unknown color: approx Royal Heath. HEX triplet: 9D, 49 and 7B. RGB value is (157,73,123). Sum of RGB (Red+Green+Blue) = 157+73+123=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D497B is #62B684. Grayscale: #676767. Windows color (decimal): -6469253 or 8079773. OLE color: 8079773.

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

Color convert

RGB15773123-
CMYK00.540.220.38
HSL324.29º36.52%45.1%-
HSV(B)324.29º53.5%61.57%-
XYZ19.8613.3620.27-
YUV103.82138.83165.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=44.48%
G=20.68%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577312300.540.220.38324.2936.5245.1
Hex9D497B0361626144252d
Octal23511117306626465044555
Binary1001110110010011111011011011010110100110101000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,123); }

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

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

 a { background-color: rgb(157,73,123); }

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

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

 span { border-color: rgb(157,73,123); }

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