#965EA3

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

Shades of Violet Blue #965EA3

Tints of Violet Blue #965EA3

Color information

#965EA3 (or 0x965EA3) is unknown color: approx Violet Blue. HEX triplet: 96, 5E and A3. RGB value is (150,94,163). Sum of RGB (Red+Green+Blue) = 150+94+163=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 163 - color contains mainly: blue. Hex color #965EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EA3 is #69A15C. Grayscale: #767676. Windows color (decimal): -6922589 or 10706582. OLE color: 10706582.

HSL color Cylindrical-coordinate representation of color #965EA3: hue angle of 288.7º 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 #965EA3 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15094163-
CMYK0.080.4200.36
HSL288.7º27.27%50.39%-
HSV(B)288.7º42.33%63.92%-
XYZ23.1917.1336.74-
YUV118.61153.05150.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 163 (64.06% from 255) = 40.05%
R=36.86%
G=23.10%
B=40.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150941630.080.4200.36288.727.2750.39
Hex965EA382A0241211b32
Octal22613624310520444413362
Binary100101101011110101000111000101010010010010010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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