#963FE5

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

Shades of Blue Violet #963FE5

Tints of Blue Violet #963FE5

Color information

#963FE5 (or 0x963FE5) is unknown color: approx Blue Violet. HEX triplet: 96, 3F and E5. RGB value is (150,63,229). Sum of RGB (Red+Green+Blue) = 150+63+229=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #963FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FE5 is #69C01A. Grayscale: #6B6B6B. Windows color (decimal): -6930459 or 15024022. OLE color: 15024022.

HSL color Cylindrical-coordinate representation of color #963FE5: hue angle of 271.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963FE5 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15063229-
CMYK0.340.7200.10
HSL271.45º76.15%57.25%-
HSV(B)271.45º72.49%89.8%-
XYZ28.515.775.66-
YUV107.94196.32158-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 229 (89.84% from 255) = 51.81%
R=33.94%
G=14.25%
B=51.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal150632290.340.7200.10271.4576.1557.25
Hex963FE522480A10f4c39
Octal226773454211001241711471
Binary10010110111111111001011000101001000010101000011111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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