#9C5197

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

Shades of Violet Blue #9C5197

Tints of Violet Blue #9C5197

Color information

#9C5197 (or 0x9C5197) is unknown color: approx Violet Blue. HEX triplet: 9C, 51 and 97. RGB value is (156,81,151). Sum of RGB (Red+Green+Blue) = 156+81+151=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5197 is #63AE68. Grayscale: #6F6F6F. Windows color (decimal): -6532713 or 9916828. OLE color: 9916828.

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

Color convert

RGB15681151-
CMYK00.480.030.39
HSL304º31.65%46.47%-
HSV(B)304º48.08%61.18%-
XYZ22.2415.1931.04-
YUV111.4150.35159.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.21%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=40.21%
G=20.88%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568115100.480.030.3930431.6546.47
Hex9C5197030327130202e
Octal2341212270603474604056
Binary10011100101000110010111011000011100111100110000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,151); }

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

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

 a { background-color: rgb(156,81,151); }

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

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

 span { border-color: rgb(156,81,151); }

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