Html Css Color HEX #9C4C79 Royal Heath

📋 copy color: '#9C4C79'

red 156 ◦ green 76 ◦ blue 121

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

Shades of Royal Heath #9C4C79

Tints of Royal Heath #9C4C79

RGB

 RED value IS 156 (61.33% from 255) = 44.19%

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

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 44.19%
G = 21.53%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C4C79 (or 0x9C4C79) is known color: Royal Heath. HEX triplet: 9C, 4C and 79. RGB value is (156,76,121). Sum of RGB (Red+Green+Blue) = 156+76+121=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4C79 is #63B386. Grayscale: #686868. Windows color (decimal): -6534023 or 7949468. OLE color: 7949468.

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

Color convert

RGB 156 76 121 -
CMYK 0 0.51 0.22 0.39
HSL 326.25º 0.34% 0.45% -
HSV(B) 326.25º 0.51% 0.61% -
XYZ 19.75 13.62 19.68 -
YUV 105.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 156 76 121 0 0.51 0.22 0.39 326.25 0.34 0.45
Hex 9C 4C 79 0 33 16 27 146 22 2D
Octal 234 114 171 0 63 26 47 506 42 55
Binary 10011100 1001100 1111001 0 110011 10110 100111 101000110 100010 101101

Color Harmonies of #9C4C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4C79

Black with #9C4C79

Text Example


Text Example

White with #9C4C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,76,121); }

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

background-color css

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

 a { background-color: rgb(156,76,121); }

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

border-color css

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

 span { border-color: rgb(156,76,121); }

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