#964BE9

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

Shades of Blue Violet #964BE9

Tints of Blue Violet #964BE9

Color information

#964BE9 (or 0x964BE9) is unknown color: approx Blue Violet. HEX triplet: 96, 4B and E9. RGB value is (150,75,233). Sum of RGB (Red+Green+Blue) = 150+75+233=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #964BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964BE9 is #69B416. Grayscale: #727272. Windows color (decimal): -6927383 or 15289238. OLE color: 15289238.

HSL color Cylindrical-coordinate representation of color #964BE9: hue angle of 268.48º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #964BE9 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15075233-
CMYK0.360.6800.09
HSL268.48º78.22%60.39%-
HSV(B)268.48º67.81%91.37%-
XYZ29.817.478.88-
YUV115.44194.35152.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 75 (29.69% from 255) = 16.38%
BLUE value IS 233 (91.41% from 255) = 50.87%
R=32.75%
G=16.38%
B=50.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150752330.360.6800.09268.4878.2260.39
Hex964BE924440910c4e3c
Octal2261133514410401141411674
Binary100101101001011111010011001001000100010011000011001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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