#961FE3

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

Shades of Blue Violet #961FE3

Tints of Blue Violet #961FE3

Color information

#961FE3 (or 0x961FE3) is unknown color: approx Blue Violet. HEX triplet: 96, 1F and E3. RGB value is (150,31,227). Sum of RGB (Red+Green+Blue) = 150+31+227=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 227 (89.06% from 255 or 55.64% from 408); Max value from RGB is 227 - color contains mainly: blue. Hex color #961FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FE3 is #69E01C. Grayscale: #585858. Windows color (decimal): -6938653 or 14884758. OLE color: 14884758.

HSL color Cylindrical-coordinate representation of color #961FE3: hue angle of 276.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961FE3 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15031227-
CMYK0.340.8600.11
HSL276.43º77.78%50.59%-
HSV(B)276.43º86.34%89.02%-
XYZ26.9313.0173.76-
YUV88.92205.92171.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 31 (12.5% from 255) = 7.60%
BLUE value IS 227 (89.06% from 255) = 55.64%
R=36.76%
G=7.60%
B=55.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal150312270.340.8600.11276.4377.7850.59
Hex961FE322560B1144e33
Octal226373434212601342411663
Binary1001011011111111000111000101010110010111000101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961FE3; }

 p { color: rgb(150,31,227); }

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

<style>
 a { background-color: #961FE3; }

 a { background-color: rgb(150,31,227); }

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

<style>
 span { border-color: #961FE3; }

 span { border-color: rgb(150,31,227); }

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