Html Css Color HEX #9C437C Royal Heath

📋 copy color: '#9C437C'

red 156 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #9C437C

Tints of Royal Heath #9C437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

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

R = 44.96%
G = 19.31%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C437C (or 0x9C437C) is known color: Royal Heath. HEX triplet: 9C, 43 and 7C. RGB value is (156,67,124). Sum of RGB (Red+Green+Blue) = 156+67+124=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C437C is #63BC83. Grayscale: #636363. Windows color (decimal): -6536324 or 8143772. OLE color: 8143772.

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

Color convert

RGB 156 67 124 -
CMYK 0 0.57 0.21 0.39
HSL 321.57º 0.4% 0.44% -
HSV(B) 321.57º 0.57% 0.61% -
XYZ 19.36 12.54 20.47 -
YUV 100.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 156 67 124 0 0.57 0.21 0.39 321.57 0.4 0.44
Hex 9C 43 7C 0 39 15 27 142 28 2C
Octal 234 103 174 0 71 25 47 502 50 54
Binary 10011100 1000011 1111100 0 111001 10101 100111 101000010 101000 101100

Color Harmonies of #9C437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C437C

Black with #9C437C

Text Example


Text Example

White with #9C437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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