#9D4E7A

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

Shades of Royal Heath #9D4E7A

Tints of Royal Heath #9D4E7A

Color information

#9D4E7A (or 0x9D4E7A) is unknown color: approx Royal Heath. HEX triplet: 9D, 4E and 7A. RGB value is (157,78,122). Sum of RGB (Red+Green+Blue) = 157+78+122=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E7A is #62B185. Grayscale: #6A6A6A. Windows color (decimal): -6467974 or 8015517. OLE color: 8015517.

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

Color convert

RGB15778122-
CMYK00.500.220.38
HSL326.58º33.62%46.08%-
HSV(B)326.58º50.32%61.57%-
XYZ20.1414.0220.06-
YUV106.64136.67163.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.98%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=43.98%
G=21.85%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577812200.500.220.38326.5833.6246.08
Hex9D4E7A0321626147222e
Octal23511617206226465074256
Binary1001110110011101111010011001010110100110101000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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