#966893

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

Shades of Violet Blue #966893

Tints of Violet Blue #966893

Color information

#966893 (or 0x966893) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 93. RGB value is (150,104,147). Sum of RGB (Red+Green+Blue) = 150+104+147=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966893 is #69976C. Grayscale: #7A7A7A. Windows color (decimal): -6920045 or 9660566. OLE color: 9660566.

HSL color Cylindrical-coordinate representation of color #966893: hue angle of 303.91º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966893 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB150104147-
CMYK00.310.020.41
HSL303.91º18.11%49.8%-
HSV(B)303.91º30.67%58.82%-
XYZ22.7918.4929.97-
YUV122.66141.74147.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=37.41%
G=25.94%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010414700.310.020.41303.9118.1149.8
Hex96689301F2291301232
Octal2261502230372514602262
Binary100101101101000100100110111111010100110011000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966893; }

 p { color: rgb(150,104,147); }

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

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

 a { background-color: rgb(150,104,147); }

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

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

 span { border-color: rgb(150,104,147); }

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