#96549D

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

Shades of Violet Blue #96549D

Tints of Violet Blue #96549D

Color information

#96549D (or 0x96549D) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 9D. RGB value is (150,84,157). Sum of RGB (Red+Green+Blue) = 150+84+157=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #96549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96549D is #69AB62. Grayscale: #6F6F6F. Windows color (decimal): -6925155 or 10310806. OLE color: 10310806.

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

Color convert

RGB15084157-
CMYK0.040.4600.38
HSL294.25º30.29%47.25%-
HSV(B)294.25º46.5%61.57%-
XYZ21.8315.2633.69-
YUV112.06153.37155.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=38.36%
G=21.48%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150841570.040.4600.38294.2530.2947.25
Hex96549D42E0261261e2f
Octal2261242354560464463657
Binary10010110101010010011101100101110010011010010011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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