Html Css Color HEX #9C497D Royal Heath

📋 copy color: '#9C497D'

red 156 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #9C497D

Tints of Royal Heath #9C497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

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

R = 44.07%
G = 20.62%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C497D (or 0x9C497D) is known color: Royal Heath. HEX triplet: 9C, 49 and 7D. RGB value is (156,73,125). Sum of RGB (Red+Green+Blue) = 156+73+125=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C497D is #63B682. Grayscale: #676767. Windows color (decimal): -6534787 or 8210844. OLE color: 8210844.

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

Color convert

RGB 156 73 125 -
CMYK 0 0.53 0.20 0.39
HSL 322.41º 0.36% 0.45% -
HSV(B) 322.41º 0.53% 0.61% -
XYZ 19.79 13.31 20.93 -
YUV 103.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 156 73 125 0 0.53 0.20 0.39 322.41 0.36 0.45
Hex 9C 49 7D 0 35 14 27 142 24 2D
Octal 234 111 175 0 65 24 47 502 44 55
Binary 10011100 1001001 1111101 0 110101 10100 100111 101000010 100100 101101

Color Harmonies of #9C497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C497D

Black with #9C497D

Text Example


Text Example

White with #9C497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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