#96548E

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

Shades of Violet Blue #96548E

Tints of Violet Blue #96548E

Color information

#96548E (or 0x96548E) is unknown color: approx Violet Blue. HEX triplet: 96, 54 and 8E. RGB value is (150,84,142). Sum of RGB (Red+Green+Blue) = 150+84+142=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96548E is #69AB71. Grayscale: #6E6E6E. Windows color (decimal): -6925170 or 9327766. OLE color: 9327766.

HSL color Cylindrical-coordinate representation of color #96548E: hue angle of 307.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96548E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15084142-
CMYK00.440.050.41
HSL307.27º28.21%45.88%-
HSV(B)307.27º44%58.82%-
XYZ20.6314.7827.36-
YUV110.35145.87156.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=39.89%
G=22.34%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508414200.440.050.41307.2728.2145.88
Hex96548E02C5291331c2e
Octal2261242160545514633456
Binary10010110101010010001110010110010110100110011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96548E; }

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

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

<style>
 a { background-color: #96548E; }

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

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

<style>
 span { border-color: #96548E; }

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

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