#964BA3

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

Shades of Violet Blue #964BA3

Tints of Violet Blue #964BA3

Color information

#964BA3 (or 0x964BA3) is unknown color: approx Violet Blue. HEX triplet: 96, 4B and A3. RGB value is (150,75,163). Sum of RGB (Red+Green+Blue) = 150+75+163=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #964BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BA3 is #69B45C. Grayscale: #6B6B6B. Windows color (decimal): -6927453 or 10701718. OLE color: 10701718.

HSL color Cylindrical-coordinate representation of color #964BA3: hue angle of 291.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964BA3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15075163-
CMYK0.080.5400.36
HSL291.14º36.97%46.67%-
HSV(B)291.14º53.99%63.92%-
XYZ21.714.1636.24-
YUV107.46159.35158.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=38.66%
G=19.33%
B=42.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150751630.080.5400.36291.1436.9746.67
Hex964BA3836024123252f
Octal22611324310660444434557
Binary1001011010010111010001110001101100100100100100011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964BA3; }

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

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

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

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

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

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

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

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