#962DE1

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

Shades of Blue Violet #962DE1

Tints of Blue Violet #962DE1

Color information

#962DE1 (or 0x962DE1) is unknown color: approx Blue Violet. HEX triplet: 96, 2D and E1. RGB value is (150,45,225). Sum of RGB (Red+Green+Blue) = 150+45+225=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #962DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DE1 is #69D21E. Grayscale: #606060. Windows color (decimal): -6935071 or 14757270. OLE color: 14757270.

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

Color convert

RGB15045225-
CMYK0.330.800.12
HSL275º75%52.94%-
HSV(B)275º80%88.24%-
XYZ27.1113.872.47-
YUV96.92200.29165.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 45 (17.97% from 255) = 10.71%
BLUE value IS 225 (88.28% from 255) = 53.57%
R=35.71%
G=10.71%
B=53.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150452250.330.800.122757552.94
Hex962DE121500C1134b35
Octal226553414112001442311365
Binary10010110101101111000011000011010000011001000100111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962DE1; }

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

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

<style>
 a { background-color: #962DE1; }

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

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

<style>
 span { border-color: #962DE1; }

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

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