Html Css Color HEX #9D5076 Royal Heath

📋 copy color: '#9D5076'

red 157 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #9D5076

Tints of Royal Heath #9D5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 44.23%
G = 22.54%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D5076 (or 0x9D5076) is known color: Royal Heath. HEX triplet: 9D, 50 and 76. RGB value is (157,80,118). Sum of RGB (Red+Green+Blue) = 157+80+118=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5076 is #62AF89. Grayscale: #6B6B6B. Windows color (decimal): -6467466 or 7753885. OLE color: 7753885.

HSL color Cylindrical-coordinate representation of color #9D5076: hue angle of 330.39º 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 #9D5076 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 80 118 -
CMYK 0 0.49 0.25 0.38
HSL 330.39º 0.32% 0.46% -
HSV(B) 330.39º 0.49% 0.62% -
XYZ 20.04 14.21 18.83 -
YUV 107.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 157 80 118 0 0.49 0.25 0.38 330.39 0.32 0.46
Hex 9D 50 76 0 31 19 26 14A 20 2E
Octal 235 120 166 0 61 31 46 512 40 56
Binary 10011101 1010000 1110110 0 110001 11001 100110 101001010 100000 101110

Color Harmonies of #9D5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5076

Black with #9D5076

Text Example


Text Example

White with #9D5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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