#9C749E

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

Shades of Violet Blue #9C749E

Tints of Violet Blue #9C749E

Color information

#9C749E (or 0x9C749E) is unknown color: approx Violet Blue. HEX triplet: 9C, 74 and 9E. RGB value is (156,116,158). Sum of RGB (Red+Green+Blue) = 156+116+158=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C749E is #638B61. Grayscale: #848484. Windows color (decimal): -6523746 or 10384540. OLE color: 10384540.

HSL color Cylindrical-coordinate representation of color #9C749E: hue angle of 297.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C749E is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB156116158-
CMYK0.010.2700.38
HSL297.14º17.8%53.73%-
HSV(B)297.14º26.58%61.96%-
XYZ26.1322.0335.22-
YUV132.75142.25144.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=36.28%
G=26.98%
B=36.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561161580.010.2700.38297.1417.853.73
Hex9C749E11B0261291236
Octal2341642361330464512266
Binary10011100111010010011110111011010011010010100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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