#962BF4

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

Shades of Blue Violet #962BF4

Tints of Blue Violet #962BF4

Color information

#962BF4 (or 0x962BF4) is unknown color: approx Blue Violet. HEX triplet: 96, 2B and F4. RGB value is (150,43,244). Sum of RGB (Red+Green+Blue) = 150+43+244=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #962BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962BF4 is #69D40B. Grayscale: #616161. Windows color (decimal): -6935564 or 16001942. OLE color: 16001942.

HSL color Cylindrical-coordinate representation of color #962BF4: hue angle of 271.94º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #962BF4 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15043244-
CMYK0.390.8200.04
HSL271.94º90.13%56.27%-
HSV(B)271.94º82.38%95.69%-
XYZ29.7714.7486.86-
YUV97.91210.45165.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 43 (17.19% from 255) = 9.84%
BLUE value IS 244 (95.70% from 255) = 55.84%
R=34.32%
G=9.84%
B=55.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150432440.390.8200.04271.9490.1356.27
Hex962BF42752041105a38
Octal22653364471220442013270
Binary1001011010101111110100100111101001001001000100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,43,244); }

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

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

 a { background-color: rgb(150,43,244); }

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

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

 span { border-color: rgb(150,43,244); }

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