#9C749A

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

Shades of Violet Blue #9C749A

Tints of Violet Blue #9C749A

Color information

#9C749A (or 0x9C749A) is unknown color: approx Violet Blue. HEX triplet: 9C, 74 and 9A. RGB value is (156,116,154). Sum of RGB (Red+Green+Blue) = 156+116+154=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C749A is #638B65. Grayscale: #848484. Windows color (decimal): -6523750 or 10122396. OLE color: 10122396.

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

Color convert

RGB156116154-
CMYK00.260.010.39
HSL303º16.81%53.33%-
HSV(B)303º25.64%61.18%-
XYZ25.7921.8933.44-
YUV132.29140.25144.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=36.62%
G=27.23%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611615400.260.010.3930316.8153.33
Hex9C749A01A12712f1135
Octal2341642320321474572165
Binary10011100111010010011010011010110011110010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,154); }

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

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

 a { background-color: rgb(156,116,154); }

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

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

 span { border-color: rgb(156,116,154); }

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