Html Css Color HEX #9D4C7C Royal Heath

📋 copy color: '#9D4C7C'

red 157 ◦ green 76 ◦ blue 124

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

Shades of Royal Heath #9D4C7C

Tints of Royal Heath #9D4C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 43.98%
G = 21.29%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D4C7C (or 0x9D4C7C) is known color: Royal Heath. HEX triplet: 9D, 4C and 7C. RGB value is (157,76,124). Sum of RGB (Red+Green+Blue) = 157+76+124=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C7C is #62B383. Grayscale: #696969. Windows color (decimal): -6468484 or 8146077. OLE color: 8146077.

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

Color convert

RGB 157 76 124 -
CMYK 0 0.52 0.21 0.38
HSL 324.44º 0.35% 0.46% -
HSV(B) 324.44º 0.52% 0.62% -
XYZ 20.13 13.79 20.67 -
YUV 105.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 157 76 124 0 0.52 0.21 0.38 324.44 0.35 0.46
Hex 9D 4C 7C 0 34 15 26 144 23 2E
Octal 235 114 174 0 64 25 46 504 43 56
Binary 10011101 1001100 1111100 0 110100 10101 100110 101000100 100011 101110

Color Harmonies of #9D4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C7C

Black with #9D4C7C

Text Example


Text Example

White with #9D4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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