#96549C

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

Shades of Violet Blue #96549C

Tints of Violet Blue #96549C

Color information

#96549C (or 0x96549C) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 9C. RGB value is (150,84,156). Sum of RGB (Red+Green+Blue) = 150+84+156=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #96549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96549C is #69AB63. Grayscale: #6F6F6F. Windows color (decimal): -6925156 or 10245270. OLE color: 10245270.

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

Color convert

RGB15084156-
CMYK0.040.4600.39
HSL295º30%47.06%-
HSV(B)295º46.15%61.18%-
XYZ21.7515.2233.24-
YUV111.94152.87155.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150841560.040.4600.392953047.06
Hex96549C42E0271271e2f
Octal2261242344560474473657
Binary10010110101010010011100100101110010011110010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96549C; }

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

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

<style>
 a { background-color: #96549C; }

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

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

<style>
 span { border-color: #96549C; }

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

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