#9D4B7C

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

Shades of Royal Heath #9D4B7C

Tints of Royal Heath #9D4B7C

Color information

#9D4B7C (or 0x9D4B7C) is unknown color: approx Royal Heath. HEX triplet: 9D, 4B and 7C. RGB value is (157,75,124). Sum of RGB (Red+Green+Blue) = 157+75+124=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4B7C is #62B483. Grayscale: #686868. Windows color (decimal): -6468740 or 8145821. OLE color: 8145821.

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

Color convert

RGB15775124-
CMYK00.520.210.38
HSL324.15º35.34%45.49%-
HSV(B)324.15º52.23%61.57%-
XYZ20.0613.6620.65-
YUV105.1138.67165.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=44.10%
G=21.07%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577512400.520.210.38324.1535.3445.49
Hex9D4B7C0341526144232d
Octal23511317406425465044355
Binary1001110110010111111100011010010101100110101000100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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