Html Css Color HEX #9C447A Royal Heath

📋 copy color: '#9C447A'

red 156 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #9C447A

Tints of Royal Heath #9C447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 45.09%
G = 19.65%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C447A (or 0x9C447A) is known color: Royal Heath. HEX triplet: 9C, 44 and 7A. RGB value is (156,68,122). Sum of RGB (Red+Green+Blue) = 156+68+122=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C447A is #63BB85. Grayscale: #646464. Windows color (decimal): -6536070 or 8012956. OLE color: 8012956.

HSL color Cylindrical-coordinate representation of color #9C447A: hue angle of 323.18º 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 #9C447A is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 68 122 -
CMYK 0 0.56 0.22 0.39
HSL 323.18º 0.39% 0.44% -
HSV(B) 323.18º 0.56% 0.61% -
XYZ 19.29 12.61 19.83 -
YUV 100.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 156 68 122 0 0.56 0.22 0.39 323.18 0.39 0.44
Hex 9C 44 7A 0 38 16 27 143 27 2C
Octal 234 104 172 0 70 26 47 503 47 54
Binary 10011100 1000100 1111010 0 111000 10110 100111 101000011 100111 101100

Color Harmonies of #9C447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C447A

Black with #9C447A

Text Example


Text Example

White with #9C447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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