#96578E

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

Shades of Violet Blue #96578E

Tints of Violet Blue #96578E

Color information

#96578E (or 0x96578E) is unknown color: approx Violet Blue. HEX triplet: 96, 57 and 8E. RGB value is (150,87,142). Sum of RGB (Red+Green+Blue) = 150+87+142=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96578E is #69A871. Grayscale: #6F6F6F. Windows color (decimal): -6924402 or 9328534. OLE color: 9328534.

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

Color convert

RGB15087142-
CMYK00.420.050.41
HSL307.62º26.58%46.47%-
HSV(B)307.62º42%58.82%-
XYZ20.8715.2527.44-
YUV112.11144.87155.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=39.58%
G=22.96%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508714200.420.050.41307.6226.5846.47
Hex96578E02A5291341b2e
Octal2261272160525514643356
Binary10010110101011110001110010101010110100110011010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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