#9D457E

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

Shades of Royal Heath #9D457E

Tints of Royal Heath #9D457E

Color information

#9D457E (or 0x9D457E) is unknown color: approx Royal Heath. HEX triplet: 9D, 45 and 7E. RGB value is (157,69,126). Sum of RGB (Red+Green+Blue) = 157+69+126=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D457E is #62BA81. Grayscale: #656565. Windows color (decimal): -6470274 or 8275357. OLE color: 8275357.

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

Color convert

RGB15769126-
CMYK00.560.200.38
HSL321.14º38.94%44.31%-
HSV(B)321.14º56.05%61.57%-
XYZ19.812.9321.19-
YUV101.81141.65167.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=44.60%
G=19.60%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576912600.560.200.38321.1438.9444.31
Hex9D457E0381426141272c
Octal23510517607024465014754
Binary1001110110001011111110011100010100100110101000001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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