#964BA2

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

Shades of Violet Blue #964BA2

Tints of Violet Blue #964BA2

Color information

#964BA2 (or 0x964BA2) is unknown color: approx Violet Blue. HEX triplet: 96, 4B and A2. RGB value is (150,75,162). Sum of RGB (Red+Green+Blue) = 150+75+162=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #964BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BA2 is #69B45D. Grayscale: #6B6B6B. Windows color (decimal): -6927454 or 10636182. OLE color: 10636182.

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

Color convert

RGB15075162-
CMYK0.070.5400.36
HSL291.72º36.71%46.47%-
HSV(B)291.72º53.7%63.53%-
XYZ21.6214.1235.77-
YUV107.34158.85158.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=38.76%
G=19.38%
B=41.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150751620.070.5400.36291.7236.7146.47
Hex964BA2736024124252e
Octal2261132427660444444556
Binary100101101001011101000101111101100100100100100100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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