#964BF3

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

Shades of Blue Violet #964BF3

Tints of Blue Violet #964BF3

Color information

#964BF3 (or 0x964BF3) is unknown color: approx Blue Violet. HEX triplet: 96, 4B and F3. RGB value is (150,75,243). Sum of RGB (Red+Green+Blue) = 150+75+243=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #964BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BF3 is #69B40C. Grayscale: #737373. Windows color (decimal): -6927373 or 15944598. OLE color: 15944598.

HSL color Cylindrical-coordinate representation of color #964BF3: hue angle of 266.79º degrees, saturation: 0.88, 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 #964BF3 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15075243-
CMYK0.380.6900.05
HSL266.79º87.5%62.35%-
HSV(B)266.79º69.14%95.29%-
XYZ31.2717.9986.62-
YUV116.58199.35151.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 243 (95.31% from 255) = 51.92%
R=32.05%
G=16.03%
B=51.92%

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
Decimal150752430.380.6900.05266.7987.562.35
Hex964BF326450510b583e
Octal226113363461050541313076
Binary10010110100101111110011100110100010101011000010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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