#962BF7

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

Shades of Blue Violet #962BF7

Tints of Blue Violet #962BF7

Color information

#962BF7 (or 0x962BF7) is unknown color: approx Blue Violet. HEX triplet: 96, 2B and F7. RGB value is (150,43,247). Sum of RGB (Red+Green+Blue) = 150+43+247=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #962BF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962BF7 is #69D408. Grayscale: #616161. Windows color (decimal): -6935561 or 16198550. OLE color: 16198550.

HSL color Cylindrical-coordinate representation of color #962BF7: hue angle of 271.47º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #962BF7 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15043247-
CMYK0.390.8300.03
HSL271.47º92.73%56.86%-
HSV(B)271.47º82.59%96.86%-
XYZ30.2314.9389.28-
YUV98.25211.95164.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 43 (17.19% from 255) = 9.77%
BLUE value IS 247 (96.88% from 255) = 56.14%
R=34.09%
G=9.77%
B=56.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150432470.390.8300.03271.4792.7356.86
Hex962BF727530310f5d39
Octal22653367471230341713571
Binary100101101010111111011110011110100110111000011111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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