Html Css Color HEX #9C447D Royal Heath

📋 copy color: '#9C447D'

red 156 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #9C447D

Tints of Royal Heath #9C447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 44.7%
G = 19.48%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C447D (or 0x9C447D) is known color: Royal Heath. HEX triplet: 9C, 44 and 7D. RGB value is (156,68,125). Sum of RGB (Red+Green+Blue) = 156+68+125=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C447D is #63BB82. Grayscale: #646464. Windows color (decimal): -6536067 or 8209564. OLE color: 8209564.

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

Color convert

RGB 156 68 125 -
CMYK 0 0.56 0.20 0.39
HSL 321.14º 0.39% 0.44% -
HSV(B) 321.14º 0.56% 0.61% -
XYZ 19.48 12.68 20.82 -
YUV 100.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 156 68 125 0 0.56 0.20 0.39 321.14 0.39 0.44
Hex 9C 44 7D 0 38 14 27 141 27 2C
Octal 234 104 175 0 70 24 47 501 47 54
Binary 10011100 1000100 1111101 0 111000 10100 100111 101000001 100111 101100

Color Harmonies of #9C447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C447D

Black with #9C447D

Text Example


Text Example

White with #9C447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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