Html Css Color HEX #9C447C Royal Heath

📋 copy color: '#9C447C'

red 156 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #9C447C

Tints of Royal Heath #9C447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 44.83%
G = 19.54%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C447C (or 0x9C447C) is known color: Royal Heath. HEX triplet: 9C, 44 and 7C. RGB value is (156,68,124). Sum of RGB (Red+Green+Blue) = 156+68+124=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C447C is #63BB83. Grayscale: #646464. Windows color (decimal): -6536068 or 8144028. OLE color: 8144028.

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

Color convert

RGB 156 68 124 -
CMYK 0 0.56 0.21 0.39
HSL 321.82º 0.39% 0.44% -
HSV(B) 321.82º 0.56% 0.61% -
XYZ 19.42 12.66 20.49 -
YUV 100.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 156 68 124 0 0.56 0.21 0.39 321.82 0.39 0.44
Hex 9C 44 7C 0 38 15 27 142 27 2C
Octal 234 104 174 0 70 25 47 502 47 54
Binary 10011100 1000100 1111100 0 111000 10101 100111 101000010 100111 101100

Color Harmonies of #9C447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C447C

Black with #9C447C

Text Example


Text Example

White with #9C447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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