#9C5496

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

Shades of Violet Blue #9C5496

Tints of Violet Blue #9C5496

Color information

#9C5496 (or 0x9C5496) is unknown color: approx Violet Blue. HEX triplet: 9C, 54 and 96. RGB value is (156,84,150). Sum of RGB (Red+Green+Blue) = 156+84+150=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5496 is #63AB69. Grayscale: #707070. Windows color (decimal): -6531946 or 9852060. OLE color: 9852060.

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

Color convert

RGB15684150-
CMYK00.460.040.39
HSL305º30%47.06%-
HSV(B)305º46.15%61.18%-
XYZ22.3915.6130.69-
YUV113.05148.85158.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=40%
G=21.54%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568415000.460.040.393053047.06
Hex9C549602E4271311e2f
Octal2341242260564474613657
Binary10011100101010010010110010111010010011110011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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