#966694

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

Shades of Violet Blue #966694

Tints of Violet Blue #966694

Color information

#966694 (or 0x966694) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 94. RGB value is (150,102,148). Sum of RGB (Red+Green+Blue) = 150+102+148=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #966694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966694 is #69996B. Grayscale: #797979. Windows color (decimal): -6920556 or 9725590. OLE color: 9725590.

HSL color Cylindrical-coordinate representation of color #966694: hue angle of 302.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966694 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150102148-
CMYK00.320.010.41
HSL302.5º19.05%49.41%-
HSV(B)302.5º32%58.82%-
XYZ22.6718.1230.32-
YUV121.6142.9148.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 148 (58.20% from 255) = 37%
R=37.5%
G=25.5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010214800.320.010.41302.519.0549.41
Hex96669402012912e1331
Octal2261462240401514562361
Binary100101101100110100101000100000110100110010111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966694; }

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

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

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

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

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

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

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

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