#966397

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

Shades of Violet Blue #966397

Tints of Violet Blue #966397

Color information

#966397 (or 0x966397) is unknown color: approx Violet Blue. HEX triplet: 96, 63 and 97. RGB value is (150,99,151). Sum of RGB (Red+Green+Blue) = 150+99+151=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #966397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966397 is #699C68. Grayscale: #787878. Windows color (decimal): -6921321 or 9921430. OLE color: 9921430.

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

Color convert

RGB15099151-
CMYK0.010.3400.41
HSL298.85º20.8%49.02%-
HSV(B)298.85º34.44%59.22%-
XYZ22.6317.6431.49-
YUV120.18145.4149.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=37.5%
G=24.75%
B=37.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150991510.010.3400.41298.8520.849.02
Hex96639712202912b1531
Octal2261432271420514532561
Binary100101101100011100101111100010010100110010101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966397; }

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

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

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

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

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

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

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

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