Html Css Color HEX #9D4978 Royal Heath

📋 copy color: '#9D4978'

red 157 ◦ green 73 ◦ blue 120

#9D4978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #9D4978

Tints of Royal Heath #9D4978

RGB

 RED value IS 157 (61.72% from 255) = 44.86%

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 44.86%
G = 20.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D4978 (or 0x9D4978) is known color: Royal Heath. HEX triplet: 9D, 49 and 78. RGB value is (157,73,120). Sum of RGB (Red+Green+Blue) = 157+73+120=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4978 is #62B687. Grayscale: #676767. Windows color (decimal): -6469256 or 7883165. OLE color: 7883165.

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

Color convert

RGB 157 73 120 -
CMYK 0 0.54 0.24 0.38
HSL 326.43º 0.37% 0.45% -
HSV(B) 326.43º 0.54% 0.62% -
XYZ 19.68 13.29 19.3 -
YUV 103.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 157 73 120 0 0.54 0.24 0.38 326.43 0.37 0.45
Hex 9D 49 78 0 36 18 26 146 25 2D
Octal 235 111 170 0 66 30 46 506 45 55
Binary 10011101 1001001 1111000 0 110110 11000 100110 101000110 100101 101101

Color Harmonies of #9D4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4978

Black with #9D4978

Text Example


Text Example

White with #9D4978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D4978;
 }
 .AnyTagClassName
 {
   color: #9D4978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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