#9D5078

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

Shades of Royal Heath #9D5078

Tints of Royal Heath #9D5078

Color information

#9D5078 (or 0x9D5078) is unknown color: approx Royal Heath. HEX triplet: 9D, 50 and 78. RGB value is (157,80,120). Sum of RGB (Red+Green+Blue) = 157+80+120=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5078 is #62AF87. Grayscale: #6B6B6B. Windows color (decimal): -6467464 or 7884957. OLE color: 7884957.

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

Color convert

RGB15780120-
CMYK00.490.240.38
HSL328.83º32.49%46.47%-
HSV(B)328.83º49.04%61.57%-
XYZ20.1614.2619.46-
YUV107.58135.01163.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.98%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=43.98%
G=22.41%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578012000.490.240.38328.8332.4946.47
Hex9D50780311826149202e
Octal23512017006130465114056
Binary1001110110100001111000011000111000100110101001001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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