#966890

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

Shades of Violet Blue #966890

Tints of Violet Blue #966890

Color information

#966890 (or 0x966890) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 90. RGB value is (150,104,144). Sum of RGB (Red+Green+Blue) = 150+104+144=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966890 is #69976F. Grayscale: #7A7A7A. Windows color (decimal): -6920048 or 9463958. OLE color: 9463958.

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

Color convert

RGB150104144-
CMYK00.310.040.41
HSL307.83º18.11%49.8%-
HSV(B)307.83º30.67%58.82%-
XYZ22.5618.428.75-
YUV122.31140.24147.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=37.69%
G=26.13%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010414400.310.040.41307.8318.1149.8
Hex96689001F4291341232
Octal2261502200374514642262
Binary1001011011010001001000001111110010100110011010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966890; }

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

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

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

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

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

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

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

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