Html Css Color HEX #9D4D7A Royal Heath

📋 copy color: '#9D4D7A'

red 157 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #9D4D7A

Tints of Royal Heath #9D4D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

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

R = 44.1%
G = 21.63%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D4D7A (or 0x9D4D7A) is known color: Royal Heath. HEX triplet: 9D, 4D and 7A. RGB value is (157,77,122). Sum of RGB (Red+Green+Blue) = 157+77+122=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D7A is #62B285. Grayscale: #696969. Windows color (decimal): -6468230 or 8015261. OLE color: 8015261.

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

Color convert

RGB 157 77 122 -
CMYK 0 0.51 0.22 0.38
HSL 326.25º 0.34% 0.46% -
HSV(B) 326.25º 0.51% 0.62% -
XYZ 20.07 13.88 20.03 -
YUV 106.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 157 77 122 0 0.51 0.22 0.38 326.25 0.34 0.46
Hex 9D 4D 7A 0 33 16 26 146 22 2E
Octal 235 115 172 0 63 26 46 506 42 56
Binary 10011101 1001101 1111010 0 110011 10110 100110 101000110 100010 101110

Color Harmonies of #9D4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D7A

Black with #9D4D7A

Text Example


Text Example

White with #9D4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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