#9C5196

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

Shades of Violet Blue #9C5196

Tints of Violet Blue #9C5196

Color information

#9C5196 (or 0x9C5196) is unknown color: approx Violet Blue. HEX triplet: 9C, 51 and 96. RGB value is (156,81,150). Sum of RGB (Red+Green+Blue) = 156+81+150=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5196 is #63AE69. Grayscale: #6F6F6F. Windows color (decimal): -6532714 or 9851292. OLE color: 9851292.

HSL color Cylindrical-coordinate representation of color #9C5196: hue angle of 304.8º 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 #9C5196 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15681150-
CMYK00.480.040.39
HSL304.8º31.65%46.47%-
HSV(B)304.8º48.08%61.18%-
XYZ22.1615.1530.61-
YUV111.29149.85159.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=40.31%
G=20.93%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568115000.480.040.39304.831.6546.47
Hex9C5196030427131202e
Octal2341212260604474614056
Binary100111001010001100101100110000100100111100110001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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