Html Css Color HEX #9D4876 Royal Heath

📋 copy color: '#9D4876'

red 157 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #9D4876

Tints of Royal Heath #9D4876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 45.24%
G = 20.75%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D4876 (or 0x9D4876) is known color: Royal Heath. HEX triplet: 9D, 48 and 76. RGB value is (157,72,118). Sum of RGB (Red+Green+Blue) = 157+72+118=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4876 is #62B789. Grayscale: #666666. Windows color (decimal): -6469514 or 7751837. OLE color: 7751837.

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

Color convert

RGB 157 72 118 -
CMYK 0 0.54 0.25 0.38
HSL 327.53º 0.37% 0.45% -
HSV(B) 327.53º 0.54% 0.62% -
XYZ 19.49 13.11 18.64 -
YUV 102.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 157 72 118 0 0.54 0.25 0.38 327.53 0.37 0.45
Hex 9D 48 76 0 36 19 26 148 25 2D
Octal 235 110 166 0 66 31 46 510 45 55
Binary 10011101 1001000 1110110 0 110110 11001 100110 101001000 100101 101101

Color Harmonies of #9D4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4876

Black with #9D4876

Text Example


Text Example

White with #9D4876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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