#964BA4

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

Shades of Violet Blue #964BA4

Tints of Violet Blue #964BA4

Color information

#964BA4 (or 0x964BA4) is unknown color: approx Violet Blue. HEX triplet: 96, 4B and A4. RGB value is (150,75,164). Sum of RGB (Red+Green+Blue) = 150+75+164=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #964BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BA4 is #69B45B. Grayscale: #6B6B6B. Windows color (decimal): -6927452 or 10767254. OLE color: 10767254.

HSL color Cylindrical-coordinate representation of color #964BA4: hue angle of 290.56º 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 #964BA4 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15075164-
CMYK0.090.5400.36
HSL290.56º37.24%46.86%-
HSV(B)290.56º54.27%64.31%-
XYZ21.7914.236.71-
YUV107.57159.85158.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=38.56%
G=19.28%
B=42.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150751640.090.5400.36290.5637.2446.86
Hex964BA4936024123252f
Octal22611324411660444434557
Binary1001011010010111010010010011101100100100100100011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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