#9D467D

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

Shades of Royal Heath #9D467D

Tints of Royal Heath #9D467D

Color information

#9D467D (or 0x9D467D) is unknown color: approx Royal Heath. HEX triplet: 9D, 46 and 7D. RGB value is (157,70,125). Sum of RGB (Red+Green+Blue) = 157+70+125=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D467D is #62B982. Grayscale: #666666. Windows color (decimal): -6470019 or 8210077. OLE color: 8210077.

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

Color convert

RGB15770125-
CMYK00.550.200.38
HSL322.07º38.33%44.51%-
HSV(B)322.07º55.41%61.57%-
XYZ19.813.0320.87-
YUV102.28140.82167.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=44.60%
G=19.89%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577012500.550.200.38322.0738.3344.51
Hex9D467D0371426142262d
Octal23510617506724465024655
Binary1001110110001101111101011011110100100110101000010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,125); }

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

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

 a { background-color: rgb(157,70,125); }

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

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

 span { border-color: rgb(157,70,125); }

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