#964BF1

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

Shades of Blue Violet #964BF1

Tints of Blue Violet #964BF1

Color information

#964BF1 (or 0x964BF1) is unknown color: approx Blue Violet. HEX triplet: 96, 4B and F1. RGB value is (150,75,241). Sum of RGB (Red+Green+Blue) = 150+75+241=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #964BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BF1 is #69B40E. Grayscale: #737373. Windows color (decimal): -6927375 or 15813526. OLE color: 15813526.

HSL color Cylindrical-coordinate representation of color #964BF1: hue angle of 267.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964BF1 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15075241-
CMYK0.380.6900.05
HSL267.11º85.57%61.96%-
HSV(B)267.11º68.88%94.51%-
XYZ30.9717.8785.04-
YUV116.35198.35152-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 75 (29.69% from 255) = 16.09%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=32.19%
G=16.09%
B=51.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150752410.380.6900.05267.1185.5761.96
Hex964BF126450510b563e
Octal226113361461050541312676
Binary10010110100101111110001100110100010101011000010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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