#962EF1

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

Shades of Blue Violet #962EF1

Tints of Blue Violet #962EF1

Color information

#962EF1 (or 0x962EF1) is unknown color: approx Blue Violet. HEX triplet: 96, 2E and F1. RGB value is (150,46,241). Sum of RGB (Red+Green+Blue) = 150+46+241=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #962EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962EF1 is #69D10E. Grayscale: #626262. Windows color (decimal): -6934799 or 15806102. OLE color: 15806102.

HSL color Cylindrical-coordinate representation of color #962EF1: hue angle of 272º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962EF1 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15046241-
CMYK0.380.8100.05
HSL272º87.44%56.27%-
HSV(B)272º80.91%94.51%-
XYZ29.4314.7984.52-
YUV99.33207.96164.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 46 (18.36% from 255) = 10.53%
BLUE value IS 241 (94.53% from 255) = 55.15%
R=34.32%
G=10.53%
B=55.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150462410.380.8100.0527287.4456.27
Hex962EF12651051105738
Octal22656361461210542012770
Binary1001011010111011110001100110101000101011000100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,241); }

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

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

 a { background-color: rgb(150,46,241); }

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

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

 span { border-color: rgb(150,46,241); }

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