#9C4497

Color #9C4497 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9C4497

Tints of Violet Blue #9C4497

Color information

#9C4497 (or 0x9C4497) is unknown color: approx Violet Blue. HEX triplet: 9C, 44 and 97. RGB value is (156,68,151). Sum of RGB (Red+Green+Blue) = 156+68+151=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4497 is #63BB68. Grayscale: #676767. Windows color (decimal): -6536041 or 9913500. OLE color: 9913500.

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

Color convert

RGB15668151-
CMYK00.560.030.39
HSL303.41º39.29%43.92%-
HSV(B)303.41º56.41%61.18%-
XYZ21.3613.4430.75-
YUV103.77154.65165.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=41.6%
G=18.13%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566815100.560.030.39303.4139.2943.92
Hex9C449703832712f272c
Octal2341042270703474574754
Binary10011100100010010010111011100011100111100101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C4497;
 }
 .AnyTagClassName
 {
   color: #9C4497;
 }
</style>
background-color css

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

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

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

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

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

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