Html Css Color HEX #9D5079 Royal Heath

📋 copy color: '#9D5079'

red 157 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #9D5079

Tints of Royal Heath #9D5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 43.85%
G = 22.35%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D5079 (or 0x9D5079) is known color: Royal Heath. HEX triplet: 9D, 50 and 79. RGB value is (157,80,121). Sum of RGB (Red+Green+Blue) = 157+80+121=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5079 is #62AF86. Grayscale: #6B6B6B. Windows color (decimal): -6467463 or 7950493. OLE color: 7950493.

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

Color convert

RGB 157 80 121 -
CMYK 0 0.49 0.23 0.38
HSL 328.05º 0.32% 0.46% -
HSV(B) 328.05º 0.49% 0.62% -
XYZ 20.22 14.29 19.78 -
YUV 107.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 157 80 121 0 0.49 0.23 0.38 328.05 0.32 0.46
Hex 9D 50 79 0 31 17 26 148 20 2E
Octal 235 120 171 0 61 27 46 510 40 56
Binary 10011101 1010000 1111001 0 110001 10111 100110 101001000 100000 101110

Color Harmonies of #9D5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5079

Black with #9D5079

Text Example


Text Example

White with #9D5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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