#9D5277

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

Shades of Royal Heath #9D5277

Tints of Royal Heath #9D5277

Color information

#9D5277 (or 0x9D5277) is unknown color: approx Royal Heath. HEX triplet: 9D, 52 and 77. RGB value is (157,82,119). Sum of RGB (Red+Green+Blue) = 157+82+119=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5277 is #62AD88. Grayscale: #6C6C6C. Windows color (decimal): -6466953 or 7819933. OLE color: 7819933.

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

Color convert

RGB15782119-
CMYK00.480.240.38
HSL330.4º31.38%46.86%-
HSV(B)330.4º47.77%61.57%-
XYZ20.2514.5319.19-
YUV108.64133.85162.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=43.85%
G=22.91%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578211900.480.240.38330.431.3846.86
Hex9D5277030182614a1f2f
Octal23512216706030465123757
Binary100111011010010111011101100001100010011010100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,119); }

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

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

 a { background-color: rgb(157,82,119); }

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

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

 span { border-color: rgb(157,82,119); }

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