Html Css Color HEX #9D4A79 Royal Heath

📋 copy color: '#9D4A79'

red 157 ◦ green 74 ◦ blue 121

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

Shades of Royal Heath #9D4A79

Tints of Royal Heath #9D4A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 44.6%
G = 21.02%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D4A79 (or 0x9D4A79) is known color: Royal Heath. HEX triplet: 9D, 4A and 79. RGB value is (157,74,121). Sum of RGB (Red+Green+Blue) = 157+74+121=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4A79 is #62B586. Grayscale: #686868. Windows color (decimal): -6468999 or 7948957. OLE color: 7948957.

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

Color convert

RGB 157 74 121 -
CMYK 0 0.53 0.23 0.38
HSL 326.02º 0.36% 0.45% -
HSV(B) 326.02º 0.53% 0.62% -
XYZ 19.8 13.45 19.64 -
YUV 104.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 157 74 121 0 0.53 0.23 0.38 326.02 0.36 0.45
Hex 9D 4A 79 0 35 17 26 146 24 2D
Octal 235 112 171 0 65 27 46 506 44 55
Binary 10011101 1001010 1111001 0 110101 10111 100110 101000110 100100 101101

Color Harmonies of #9D4A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A79

Black with #9D4A79

Text Example


Text Example

White with #9D4A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,121); }

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

background-color css

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

 a { background-color: rgb(157,74,121); }

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

border-color css

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

 span { border-color: rgb(157,74,121); }

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