#9D4E76

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

Shades of Royal Heath #9D4E76

Tints of Royal Heath #9D4E76

Color information

#9D4E76 (or 0x9D4E76) is unknown color: approx Royal Heath. HEX triplet: 9D, 4E and 76. RGB value is (157,78,118). Sum of RGB (Red+Green+Blue) = 157+78+118=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E76 is #62B189. Grayscale: #6A6A6A. Windows color (decimal): -6467978 or 7753373. OLE color: 7753373.

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

Color convert

RGB15778118-
CMYK00.500.250.38
HSL329.62º33.62%46.08%-
HSV(B)329.62º50.32%61.57%-
XYZ19.913.9218.78-
YUV106.18134.67164.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=44.48%
G=22.10%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577811800.500.250.38329.6233.6246.08
Hex9D4E76032192614a222e
Octal23511616606231465124256
Binary1001110110011101110110011001011001100110101001010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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