#966894

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

Shades of Violet Blue #966894

Tints of Violet Blue #966894

Color information

#966894 (or 0x966894) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 94. RGB value is (150,104,148). Sum of RGB (Red+Green+Blue) = 150+104+148=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #966894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966894 is #69976B. Grayscale: #7A7A7A. Windows color (decimal): -6920044 or 9726102. OLE color: 9726102.

HSL color Cylindrical-coordinate representation of color #966894: hue angle of 302.61º 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 #966894 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150104148-
CMYK00.310.010.41
HSL302.61º18.11%49.8%-
HSV(B)302.61º30.67%58.82%-
XYZ22.8718.5230.39-
YUV122.77142.24147.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=37.31%
G=25.87%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010414800.310.010.41302.6118.1149.8
Hex96689401F12912f1232
Octal2261502240371514572262
Binary10010110110100010010100011111110100110010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966894; }

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

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

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

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

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

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

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

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