#966399

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

Shades of Violet Blue #966399

Tints of Violet Blue #966399

Color information

#966399 (or 0x966399) is unknown color: approx Violet Blue. HEX triplet: 96, 63 and 99. RGB value is (150,99,153). Sum of RGB (Red+Green+Blue) = 150+99+153=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #966399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966399 is #699C66. Grayscale: #787878. Windows color (decimal): -6921319 or 10052502. OLE color: 10052502.

HSL color Cylindrical-coordinate representation of color #966399: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966399 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15099153-
CMYK0.020.3500.4
HSL296.67º21.43%49.41%-
HSV(B)296.67º35.29%60%-
XYZ22.7917.7132.35-
YUV120.4146.4149.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=37.31%
G=24.63%
B=38.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150991530.020.3500.4296.6721.4349.41
Hex9663992230281291531
Octal2261432312430504512561
Binary1001011011000111001100110100011010100010010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966399; }

 p { color: rgb(150,99,153); }

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

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

 a { background-color: rgb(150,99,153); }

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

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

 span { border-color: rgb(150,99,153); }

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