Html Css Color HEX #9C5077 Royal Heath

📋 copy color: '#9C5077'

red 156 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #9C5077

Tints of Royal Heath #9C5077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 43.94%
G = 22.54%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C5077 (or 0x9C5077) is known color: Royal Heath. HEX triplet: 9C, 50 and 77. RGB value is (156,80,119). Sum of RGB (Red+Green+Blue) = 156+80+119=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5077 is #63AF88. Grayscale: #6B6B6B. Windows color (decimal): -6533001 or 7819420. OLE color: 7819420.

HSL color Cylindrical-coordinate representation of color #9C5077: hue angle of 329.21º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C5077 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 80 119 -
CMYK 0 0.49 0.24 0.39
HSL 329.21º 0.32% 0.46% -
HSV(B) 329.21º 0.49% 0.61% -
XYZ 19.91 14.14 19.13 -
YUV 107.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 156 80 119 0 0.49 0.24 0.39 329.21 0.32 0.46
Hex 9C 50 77 0 31 18 27 149 20 2E
Octal 234 120 167 0 61 30 47 511 40 56
Binary 10011100 1010000 1110111 0 110001 11000 100111 101001001 100000 101110

Color Harmonies of #9C5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5077

Black with #9C5077

Text Example


Text Example

White with #9C5077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,119); }

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

background-color css

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

 a { background-color: rgb(156,80,119); }

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

border-color css

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

 span { border-color: rgb(156,80,119); }

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