#965197

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

Shades of Violet Blue #965197

Tints of Violet Blue #965197

Color information

#965197 (or 0x965197) is unknown color: approx Violet Blue. HEX triplet: 96, 51 and 97. RGB value is (150,81,151). Sum of RGB (Red+Green+Blue) = 150+81+151=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #965197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965197 is #69AE68. Grayscale: #6D6D6D. Windows color (decimal): -6925929 or 9916822. OLE color: 9916822.

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

Color convert

RGB15081151-
CMYK0.010.4600.41
HSL299.14º30.17%45.49%-
HSV(B)299.14º46.36%59.22%-
XYZ21.1114.630.98-
YUV109.61151.36156.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=39.27%
G=21.20%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150811510.010.4600.41299.1430.1745.49
Hex96519712E02912b1e2d
Octal2261212271560514533655
Binary100101101010001100101111101110010100110010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965197; }

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

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

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

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

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

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

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

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