#964FF8

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

Shades of Blue Violet #964FF8

Tints of Blue Violet #964FF8

Color information

#964FF8 (or 0x964FF8) is unknown color: approx Blue Violet. HEX triplet: 96, 4F and F8. RGB value is (150,79,248). Sum of RGB (Red+Green+Blue) = 150+79+248=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #964FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FF8 is #69B007. Grayscale: #767676. Windows color (decimal): -6926344 or 16273302. OLE color: 16273302.

HSL color Cylindrical-coordinate representation of color #964FF8: hue angle of 265.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #964FF8 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15079248-
CMYK0.400.6800.03
HSL265.21º92.35%64.12%-
HSV(B)265.21º68.15%97.25%-
XYZ32.3218.8590.74-
YUV119.5200.52149.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 248 (97.27% from 255) = 51.99%
R=31.45%
G=16.56%
B=51.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150792480.400.6800.03265.2192.3564.12
Hex964FF82844031095c40
Octal2261173705010403411134100
Binary10010110100111111111000101000100010001110000100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,79,248); }

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

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

 a { background-color: rgb(150,79,248); }

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

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

 span { border-color: rgb(150,79,248); }

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