#964CFC

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

Shades of Blue Violet #964CFC

Tints of Blue Violet #964CFC

Color information

#964CFC (or 0x964CFC) is unknown color: approx Blue Violet. HEX triplet: 96, 4C and FC. RGB value is (150,76,252). Sum of RGB (Red+Green+Blue) = 150+76+252=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #964CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFC is #69B303. Grayscale: #757575. Windows color (decimal): -6927108 or 16534678. OLE color: 16534678.

HSL color Cylindrical-coordinate representation of color #964CFC: hue angle of 265.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964CFC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15076252-
CMYK0.400.7000.01
HSL265.23º96.7%64.31%-
HSV(B)265.23º69.84%98.82%-
XYZ32.7318.6893.98-
YUV118.19203.52150.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 76 (30.08% from 255) = 15.90%
BLUE value IS 252 (98.83% from 255) = 52.72%
R=31.38%
G=15.90%
B=52.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150762520.400.7000.01265.2396.764.31
Hex964CFC2846011096140
Octal2261143745010601411141100
Binary1001011010011001111110010100010001100110000100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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