#9D487A

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

Shades of Royal Heath #9D487A

Tints of Royal Heath #9D487A

Color information

#9D487A (or 0x9D487A) is unknown color: approx Royal Heath. HEX triplet: 9D, 48 and 7A. RGB value is (157,72,122). Sum of RGB (Red+Green+Blue) = 157+72+122=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D487A is #62B785. Grayscale: #676767. Windows color (decimal): -6469510 or 8013981. OLE color: 8013981.

HSL color Cylindrical-coordinate representation of color #9D487A: hue angle of 324.71º 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 #9D487A is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15772122-
CMYK00.540.220.38
HSL324.71º37.12%44.9%-
HSV(B)324.71º54.14%61.57%-
XYZ19.7313.2119.92-
YUV103.12138.66166.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=44.73%
G=20.51%
B=34.76%

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
Decimal1577212200.540.220.38324.7137.1244.9
Hex9D487A0361626145252d
Octal23511017206626465054555
Binary1001110110010001111010011011010110100110101000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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