#966693

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

Shades of Violet Blue #966693

Tints of Violet Blue #966693

Color information

#966693 (or 0x966693) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 93. RGB value is (150,102,147). Sum of RGB (Red+Green+Blue) = 150+102+147=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #966693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966693 is #69996C. Grayscale: #797979. Windows color (decimal): -6920557 or 9660054. OLE color: 9660054.

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

Color convert

RGB150102147-
CMYK00.320.020.41
HSL303.75º19.05%49.41%-
HSV(B)303.75º32%58.82%-
XYZ22.618.0929.91-
YUV121.48142.4148.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=37.59%
G=25.56%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010214700.320.020.41303.7519.0549.41
Hex9666930202291301331
Octal2261462230402514602361
Binary1001011011001101001001101000001010100110011000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966693; }

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

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

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

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

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

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

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

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