#9C579A

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

Shades of Violet Blue #9C579A

Tints of Violet Blue #9C579A

Color information

#9C579A (or 0x9C579A) is unknown color: approx Violet Blue. HEX triplet: 9C, 57 and 9A. RGB value is (156,87,154). Sum of RGB (Red+Green+Blue) = 156+87+154=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C579A is #63A865. Grayscale: #737373. Windows color (decimal): -6531174 or 10114972. OLE color: 10114972.

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

Color convert

RGB15687154-
CMYK00.440.010.39
HSL301.74º28.4%47.65%-
HSV(B)301.74º44.23%61.18%-
XYZ22.9516.2232.49-
YUV115.27149.86157.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=39.29%
G=21.91%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568715400.440.010.39301.7428.447.65
Hex9C579A02C12712e1c30
Octal2341272320541474563460
Binary100111001010111100110100101100110011110010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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