#964AA0

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

Shades of Violet Blue #964AA0

Tints of Violet Blue #964AA0

Color information

#964AA0 (or 0x964AA0) is unknown color: approx Violet Blue. HEX triplet: 96, 4A and A0. RGB value is (150,74,160). Sum of RGB (Red+Green+Blue) = 150+74+160=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #964AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AA0 is #69B55F. Grayscale: #6A6A6A. Windows color (decimal): -6927712 or 10504854. OLE color: 10504854.

HSL color Cylindrical-coordinate representation of color #964AA0: hue angle of 293.02º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964AA0 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15074160-
CMYK0.060.5400.37
HSL293.02º36.75%45.88%-
HSV(B)293.02º53.75%62.75%-
XYZ21.3713.9234.82-
YUV106.53158.18159.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 74 (29.30% from 255) = 19.27%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=39.06%
G=19.27%
B=41.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150741600.060.5400.37293.0236.7545.88
Hex964AA0636025125252e
Octal2261122406660454454556
Binary100101101001010101000001101101100100101100100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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