#9C749D

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

Shades of Violet Blue #9C749D

Tints of Violet Blue #9C749D

Color information

#9C749D (or 0x9C749D) is unknown color: approx Violet Blue. HEX triplet: 9C, 74 and 9D. RGB value is (156,116,157). Sum of RGB (Red+Green+Blue) = 156+116+157=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C749D is #638B62. Grayscale: #848484. Windows color (decimal): -6523747 or 10319004. OLE color: 10319004.

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

Color convert

RGB156116157-
CMYK0.010.2600.38
HSL298.54º17.3%53.53%-
HSV(B)298.54º26.11%61.57%-
XYZ26.0421.9934.77-
YUV132.63141.75144.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=36.36%
G=27.04%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561161570.010.2600.38298.5417.353.53
Hex9C749D11A02612b1136
Octal2341642351320464532166
Binary10011100111010010011101111010010011010010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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