Html Css Color HEX #9D477A Royal Heath

📋 copy color: '#9D477A'

red 157 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #9D477A

Tints of Royal Heath #9D477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 44.86%
G = 20.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D477A (or 0x9D477A) is known color: Royal Heath. HEX triplet: 9D, 47 and 7A. RGB value is (157,71,122). Sum of RGB (Red+Green+Blue) = 157+71+122=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D477A is #62B885. Grayscale: #666666. Windows color (decimal): -6469766 or 8013725. OLE color: 8013725.

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

Color convert

RGB 157 71 122 -
CMYK 0 0.55 0.22 0.38
HSL 324.42º 0.38% 0.45% -
HSV(B) 324.42º 0.55% 0.62% -
XYZ 19.67 13.08 19.9 -
YUV 102.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 157 71 122 0 0.55 0.22 0.38 324.42 0.38 0.45
Hex 9D 47 7A 0 37 16 26 144 26 2D
Octal 235 107 172 0 67 26 46 504 46 55
Binary 10011101 1000111 1111010 0 110111 10110 100110 101000100 100110 101101

Color Harmonies of #9D477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D477A

Black with #9D477A

Text Example


Text Example

White with #9D477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,71,122); }

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

background-color css

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

 a { background-color: rgb(157,71,122); }

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

border-color css

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

 span { border-color: rgb(157,71,122); }

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