#966493

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

Shades of Violet Blue #966493

Tints of Violet Blue #966493

Color information

#966493 (or 0x966493) is unknown color: approx Violet Blue. HEX triplet: 96, 64 and 93. RGB value is (150,100,147). Sum of RGB (Red+Green+Blue) = 150+100+147=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966493 is #699B6C. Grayscale: #787878. Windows color (decimal): -6921069 or 9659542. OLE color: 9659542.

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

Color convert

RGB150100147-
CMYK00.330.020.41
HSL303.6º20%49.02%-
HSV(B)303.6º33.33%58.82%-
XYZ22.417.729.84-
YUV120.31143.06149.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=37.78%
G=25.19%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010014700.330.020.41303.62049.02
Hex9664930212291301431
Octal2261442230412514602461
Binary1001011011001001001001101000011010100110011000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966493; }

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

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

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

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

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

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

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

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