Html Css Color HEX #9C497B Royal Heath

📋 copy color: '#9C497B'

red 156 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #9C497B

Tints of Royal Heath #9C497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 44.32%
G = 20.74%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C497B (or 0x9C497B) is known color: Royal Heath. HEX triplet: 9C, 49 and 7B. RGB value is (156,73,123). Sum of RGB (Red+Green+Blue) = 156+73+123=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C497B is #63B684. Grayscale: #676767. Windows color (decimal): -6534789 or 8079772. OLE color: 8079772.

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

Color convert

RGB 156 73 123 -
CMYK 0 0.53 0.21 0.39
HSL 323.86º 0.36% 0.45% -
HSV(B) 323.86º 0.53% 0.61% -
XYZ 19.67 13.26 20.26 -
YUV 103.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 156 73 123 0 0.53 0.21 0.39 323.86 0.36 0.45
Hex 9C 49 7B 0 35 15 27 144 24 2D
Octal 234 111 173 0 65 25 47 504 44 55
Binary 10011100 1001001 1111011 0 110101 10101 100111 101000100 100100 101101

Color Harmonies of #9C497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C497B

Black with #9C497B

Text Example


Text Example

White with #9C497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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