Html Css Color HEX #9C477C Royal Heath

📋 copy color: '#9C477C'

red 156 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #9C477C

Tints of Royal Heath #9C477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

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

R = 44.44%
G = 20.23%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C477C (or 0x9C477C) is known color: Royal Heath. HEX triplet: 9C, 47 and 7C. RGB value is (156,71,124). Sum of RGB (Red+Green+Blue) = 156+71+124=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C477C is #63B883. Grayscale: #666666. Windows color (decimal): -6535300 or 8144796. OLE color: 8144796.

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

Color convert

RGB 156 71 124 -
CMYK 0 0.54 0.21 0.39
HSL 322.59º 0.37% 0.45% -
HSV(B) 322.59º 0.54% 0.61% -
XYZ 19.6 13.03 20.55 -
YUV 102.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 156 71 124 0 0.54 0.21 0.39 322.59 0.37 0.45
Hex 9C 47 7C 0 36 15 27 143 25 2D
Octal 234 107 174 0 66 25 47 503 45 55
Binary 10011100 1000111 1111100 0 110110 10101 100111 101000011 100101 101101

Color Harmonies of #9C477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C477C

Black with #9C477C

Text Example


Text Example

White with #9C477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,124); }

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

background-color css

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

 a { background-color: rgb(156,71,124); }

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

border-color css

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

 span { border-color: rgb(156,71,124); }

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