#9D457C

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

Shades of Royal Heath #9D457C

Tints of Royal Heath #9D457C

Color information

#9D457C (or 0x9D457C) is unknown color: approx Royal Heath. HEX triplet: 9D, 45 and 7C. RGB value is (157,69,124). Sum of RGB (Red+Green+Blue) = 157+69+124=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D457C is #62BA83. Grayscale: #656565. Windows color (decimal): -6470276 or 8144285. OLE color: 8144285.

HSL color Cylindrical-coordinate representation of color #9D457C: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D457C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15769124-
CMYK00.560.210.38
HSL322.5º38.94%44.31%-
HSV(B)322.5º56.05%61.57%-
XYZ19.6712.8820.52-
YUV101.58140.65167.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=44.86%
G=19.71%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576912400.560.210.38322.538.9444.31
Hex9D457C0381526142272c
Octal23510517407025465024754
Binary1001110110001011111100011100010101100110101000010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,124); }

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

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

 a { background-color: rgb(157,69,124); }

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

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

 span { border-color: rgb(157,69,124); }

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