#9D4A78

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

Shades of Royal Heath #9D4A78

Tints of Royal Heath #9D4A78

Color information

#9D4A78 (or 0x9D4A78) is unknown color: approx Royal Heath. HEX triplet: 9D, 4A and 78. RGB value is (157,74,120). Sum of RGB (Red+Green+Blue) = 157+74+120=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4A78 is #62B587. Grayscale: #676767. Windows color (decimal): -6469000 or 7883421. OLE color: 7883421.

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

Color convert

RGB15774120-
CMYK00.530.240.38
HSL326.75º35.93%45.29%-
HSV(B)326.75º52.87%61.57%-
XYZ19.7413.4219.32-
YUV104.06137165.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=44.73%
G=21.08%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577412000.530.240.38326.7535.9345.29
Hex9D4A780351826147242d
Octal23511217006530465074455
Binary1001110110010101111000011010111000100110101000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,120); }

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

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

 a { background-color: rgb(157,74,120); }

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

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

 span { border-color: rgb(157,74,120); }

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