#963de1

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

Shades of Blue Violet #963DE1

Tints of Blue Violet #963DE1

Color information

#963DE1 (or 0x963DE1) is unknown color: approx Blue Violet. HEX triplet: 96, 3D and E1. RGB value is (150,61,225). Sum of RGB (Red+Green+Blue) = 150+61+225=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #963DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DE1 is #69C21E. Grayscale: #696969. Windows color (decimal): -6930975 or 14761366. OLE color: 14761366.

HSL color Cylindrical-coordinate representation of color #963DE1: hue angle of 272.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963DE1 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15061225-
CMYK0.330.7300.12
HSL272.56º73.21%56.08%-
HSV(B)272.56º72.89%88.24%-
XYZ27.8415.2672.71-
YUV106.31194.99159.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 225 (88.28% from 255) = 51.61%
R=34.40%
G=13.99%
B=51.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150612250.330.7300.12272.5673.2156.08
Hex963DE121490C1114938
Octal226753414111101442111170
Binary10010110111101111000011000011001001011001000100011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,61,225); }

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

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

 a { background-color: rgb(150,61,225); }

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

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

 span { border-color: rgb(150,61,225); }

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