#965EA2

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

Shades of Violet Blue #965EA2

Tints of Violet Blue #965EA2

Color information

#965EA2 (or 0x965EA2) is unknown color: approx Violet Blue. HEX triplet: 96, 5E and A2. RGB value is (150,94,162). Sum of RGB (Red+Green+Blue) = 150+94+162=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #965EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EA2 is #69A15D. Grayscale: #767676. Windows color (decimal): -6922590 or 10641046. OLE color: 10641046.

HSL color Cylindrical-coordinate representation of color #965EA2: hue angle of 289.41º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965EA2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15094162-
CMYK0.070.4200.36
HSL289.41º26.77%50.2%-
HSV(B)289.41º41.98%63.53%-
XYZ23.117.136.27-
YUV118.5152.55150.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=36.95%
G=23.15%
B=39.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150941620.070.4200.36289.4126.7750.2
Hex965EA272A0241211b32
Octal2261362427520444413362
Binary10010110101111010100010111101010010010010010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965EA2; }

 p { color: rgb(150,94,162); }

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

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

 a { background-color: rgb(150,94,162); }

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

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

 span { border-color: rgb(150,94,162); }

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