#961AF1

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

Shades of Blue Violet #961AF1

Tints of Blue Violet #961AF1

Color information

#961AF1 (or 0x961AF1) is unknown color: approx Blue Violet. HEX triplet: 96, 1A and F1. RGB value is (150,26,241). Sum of RGB (Red+Green+Blue) = 150+26+241=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #961AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961AF1 is #69E50E. Grayscale: #565656. Windows color (decimal): -6939919 or 15800982. OLE color: 15800982.

HSL color Cylindrical-coordinate representation of color #961AF1: hue angle of 274.6º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961AF1 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15026241-
CMYK0.380.8900.05
HSL274.6º88.48%52.35%-
HSV(B)274.6º89.21%94.51%-
XYZ28.8213.5784.32-
YUV87.59214.58172.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 26 (10.55% from 255) = 6.24%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=35.97%
G=6.24%
B=57.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150262410.380.8900.05274.688.4852.35
Hex961AF12659051135834
Octal22632361461310542313064
Binary100101101101011110001100110101100101011000100111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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