#9D467A

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

Shades of Royal Heath #9D467A

Tints of Royal Heath #9D467A

Color information

#9D467A (or 0x9D467A) is unknown color: approx Royal Heath. HEX triplet: 9D, 46 and 7A. RGB value is (157,70,122). Sum of RGB (Red+Green+Blue) = 157+70+122=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D467A is #62B985. Grayscale: #656565. Windows color (decimal): -6470022 or 8013469. OLE color: 8013469.

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

Color convert

RGB15770122-
CMYK00.550.220.38
HSL324.14º38.33%44.51%-
HSV(B)324.14º55.41%61.57%-
XYZ19.6112.9519.88-
YUV101.94139.32167.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=44.99%
G=20.06%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577012200.550.220.38324.1438.3344.51
Hex9D467A0371626144262d
Octal23510617206726465044655
Binary1001110110001101111010011011110110100110101000100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,122); }

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

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

 a { background-color: rgb(157,70,122); }

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

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

 span { border-color: rgb(157,70,122); }

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