#9C5A8E

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

Shades of Violet Blue #9C5A8E

Tints of Violet Blue #9C5A8E

Color information

#9C5A8E (or 0x9C5A8E) is unknown color: approx Violet Blue. HEX triplet: 9C, 5A and 8E. RGB value is (156,90,142). Sum of RGB (Red+Green+Blue) = 156+90+142=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A8E is #63A571. Grayscale: #737373. Windows color (decimal): -6530418 or 9329308. OLE color: 9329308.

HSL color Cylindrical-coordinate representation of color #9C5A8E: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A8E is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB15690142-
CMYK00.420.090.39
HSL312.73º26.83%48.24%-
HSV(B)312.73º42.31%61.18%-
XYZ22.2516.3327.57-
YUV115.66142.87156.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=40.21%
G=23.20%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569014200.420.090.39312.7326.8348.24
Hex9C5A8E02A9271391b30
Octal23413221605211474713360
Binary100111001011010100011100101010100110011110011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,142); }

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

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

 a { background-color: rgb(156,90,142); }

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

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

 span { border-color: rgb(156,90,142); }

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