#9C5EAB

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

Shades of Violet Blue #9C5EAB

Tints of Violet Blue #9C5EAB

Color information

#9C5EAB (or 0x9C5EAB) is unknown color: approx Violet Blue. HEX triplet: 9C, 5E and AB. RGB value is (156,94,171). Sum of RGB (Red+Green+Blue) = 156+94+171=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5EAB is #63A154. Grayscale: #797979. Windows color (decimal): -6529365 or 11230876. OLE color: 11230876.

HSL color Cylindrical-coordinate representation of color #9C5EAB: hue angle of 288.31º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C5EAB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15694171-
CMYK0.090.4500.33
HSL288.31º31.43%51.96%-
HSV(B)288.31º45.03%67.06%-
XYZ25.0618.0140.68-
YUV121.32156.04152.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=37.05%
G=22.33%
B=40.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156941710.090.4500.33288.3131.4351.96
Hex9C5EAB92D0211201f34
Octal23413625311550414403764
Binary100111001011110101010111001101101010000110010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,171); }

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

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

 a { background-color: rgb(156,94,171); }

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

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

 span { border-color: rgb(156,94,171); }

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