Html Css Color HEX #9D4C7A Royal Heath

📋 copy color: '#9D4C7A'

red 157 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #9D4C7A

Tints of Royal Heath #9D4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 44.23%
G = 21.41%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D4C7A (or 0x9D4C7A) is known color: Royal Heath. HEX triplet: 9D, 4C and 7A. RGB value is (157,76,122). Sum of RGB (Red+Green+Blue) = 157+76+122=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C7A is #62B385. Grayscale: #696969. Windows color (decimal): -6468486 or 8015005. OLE color: 8015005.

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

Color convert

RGB 157 76 122 -
CMYK 0 0.52 0.22 0.38
HSL 325.93º 0.35% 0.46% -
HSV(B) 325.93º 0.52% 0.62% -
XYZ 20 13.74 20.01 -
YUV 105.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 157 76 122 0 0.52 0.22 0.38 325.93 0.35 0.46
Hex 9D 4C 7A 0 34 16 26 146 23 2E
Octal 235 114 172 0 64 26 46 506 43 56
Binary 10011101 1001100 1111010 0 110100 10110 100110 101000110 100011 101110

Color Harmonies of #9D4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C7A

Black with #9D4C7A

Text Example


Text Example

White with #9D4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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