#9C497D

Color #9C497D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9C497D

Tints of Royal Heath #9C497D

Color information

#9C497D (or 0x9C497D) is unknown color: approx 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

RGB15673125-
CMYK00.530.200.39
HSL322.41º36.24%44.9%-
HSV(B)322.41º53.21%61.18%-
XYZ19.7913.3120.93-
YUV103.74140165.27-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567312500.530.200.39322.4136.2444.9
Hex9C497D0351427142242d
Octal23411117506524475024455
Binary1001110010010011111101011010110100100111101000010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>