#964aa4

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

Shades of Violet Blue #964AA4

Tints of Violet Blue #964AA4

Color information

#964AA4 (or 0x964AA4) is unknown color: approx Violet Blue. HEX triplet: 96, 4A and A4. RGB value is (150,74,164). Sum of RGB (Red+Green+Blue) = 150+74+164=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #964AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AA4 is #69B55B. Grayscale: #6A6A6A. Windows color (decimal): -6927708 or 10766998. OLE color: 10766998.

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

Color convert

RGB15074164-
CMYK0.090.5500.36
HSL290.67º37.82%46.67%-
HSV(B)290.67º54.88%64.31%-
XYZ21.7314.0636.69-
YUV106.98160.18158.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=38.66%
G=19.07%
B=42.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150741640.090.5500.36290.6737.8246.67
Hex964AA4937024123262f
Octal22611224411670444434657
Binary1001011010010101010010010011101110100100100100011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964aa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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