#964CFE

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

Shades of Blue Violet #964CFE

Tints of Blue Violet #964CFE

Color information

#964CFE (or 0x964CFE) is unknown color: approx Blue Violet. HEX triplet: 96, 4C and FE. RGB value is (150,76,254). Sum of RGB (Red+Green+Blue) = 150+76+254=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #964CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFE is #69B301. Grayscale: #757575. Windows color (decimal): -6927106 or 16665750. OLE color: 16665750.

HSL color Cylindrical-coordinate representation of color #964CFE: hue angle of 264.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964CFE is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15076254-
CMYK0.410.7000.00
HSL264.94º98.89%64.71%-
HSV(B)264.94º70.08%99.61%-
XYZ33.0518.8195.65-
YUV118.42204.52150.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 76 (30.08% from 255) = 15.83%
BLUE value IS 254 (99.61% from 255) = 52.92%
R=31.25%
G=15.83%
B=52.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal150762540.410.7000.00264.9498.8964.71
Hex964CFE2946001096341
Octal2261143765110600411143101
Binary1001011010011001111111010100110001100010000100111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,254); }

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

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

 a { background-color: rgb(150,76,254); }

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

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

 span { border-color: rgb(150,76,254); }

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