#963FE8

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

Shades of Blue Violet #963FE8

Tints of Blue Violet #963FE8

Color information

#963FE8 (or 0x963FE8) is unknown color: approx Blue Violet. HEX triplet: 96, 3F and E8. RGB value is (150,63,232). Sum of RGB (Red+Green+Blue) = 150+63+232=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #963FE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FE8 is #69C017. Grayscale: #6B6B6B. Windows color (decimal): -6930456 or 15220630. OLE color: 15220630.

HSL color Cylindrical-coordinate representation of color #963FE8: hue angle of 270.89º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963FE8 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15063232-
CMYK0.350.7300.09
HSL270.89º78.6%57.84%-
HSV(B)270.89º72.84%90.98%-
XYZ28.9215.8777.88-
YUV108.28197.82157.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 63 (25% from 255) = 14.16%
BLUE value IS 232 (91.02% from 255) = 52.13%
R=33.71%
G=14.16%
B=52.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150632320.350.7300.09270.8978.657.84
Hex963FE823490910f4f3a
Octal226773504311101141711772
Binary10010110111111111010001000111001001010011000011111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963FE8; }

 p { color: rgb(150,63,232); }

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

<style>
 a { background-color: #963FE8; }

 a { background-color: rgb(150,63,232); }

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

<style>
 span { border-color: #963FE8; }

 span { border-color: rgb(150,63,232); }

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