Html Css Color HEX #961EF1 Blue Violet

📋 copy color: '#961EF1'

red 150 ◦ green 30 ◦ blue 241

#961EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #961EF1

Tints of Blue Violet #961EF1

RGB

 RED value IS 150 (58.98% from 255) = 35.63%

 GREEN value IS 30 (12.11% from 255) = 7.13%

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 35.63%
G = 7.13%
B = 57.24%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#961EF1 (or 0x961EF1) is known color: Blue Violet. HEX triplet: 96, 1E and F1. RGB value is (150,30,241). Sum of RGB (Red+Green+Blue) = 150+30+241=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #961EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961EF1 is #69E10E. Grayscale: #595959. Windows color (decimal): -6938895 or 15802006. OLE color: 15802006.

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

Color convert

RGB 150 30 241 -
CMYK 0.38 0.88 0 0.05
HSL 274.12º 0.88% 0.53% -
HSV(B) 274.12º 0.88% 0.95% -
XYZ 28.92 13.76 84.35 -
YUV 89.93 213.26 170.84 -
System Red Green Blue C M Y K H S L
Decimal 150 30 241 0.38 0.88 0 0.05 274.12 0.88 0.53
Hex 96 1E F1 26 58 0 5 112 58 35
Octal 226 36 361 46 130 0 5 422 130 65
Binary 10010110 11110 11110001 100110 1011000 0 101 100010010 1011000 110101

Color Harmonies of #961EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EF1

Black with #961EF1

Text Example


Text Example

White with #961EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #961EF1;
 }
 .AnyTagClassName
 {
   color: #961EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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