#966F94

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

Shades of Violet Blue #966F94

Tints of Violet Blue #966F94

Color information

#966F94 (or 0x966F94) is unknown color: approx Violet Blue. HEX triplet: 96, 6F and 94. RGB value is (150,111,148). Sum of RGB (Red+Green+Blue) = 150+111+148=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #966F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F94 is #69906B. Grayscale: #7E7E7E. Windows color (decimal): -6918252 or 9727894. OLE color: 9727894.

HSL color Cylindrical-coordinate representation of color #966F94: hue angle of 303.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F94 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150111148-
CMYK00.260.010.41
HSL303.08º15.66%51.18%-
HSV(B)303.08º26%58.82%-
XYZ23.6119.9930.63-
YUV126.88139.92144.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=36.67%
G=27.14%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011114800.260.010.41303.0815.6651.18
Hex966F9401A12912f1033
Octal2261572240321514572063
Binary10010110110111110010100011010110100110010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F94; }

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

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

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

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

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

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

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

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