Html Css Color HEX #961EF0 Blue Violet

📋 copy color: '#961EF0'

red 150 ◦ green 30 ◦ blue 240

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

Shades of Blue Violet #961EF0

Tints of Blue Violet #961EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.14%

R = 35.71%
G = 7.14%
B = 57.14%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#961EF0 (or 0x961EF0) is known color: Blue Violet. HEX triplet: 96, 1E and F0. RGB value is (150,30,240). Sum of RGB (Red+Green+Blue) = 150+30+240=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #961EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961EF0 is #69E10F. Grayscale: #595959. Windows color (decimal): -6938896 or 15736470. OLE color: 15736470.

HSL color Cylindrical-coordinate representation of color #961EF0: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961EF0 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 30 240 -
CMYK 0.37 0.87 0 0.06
HSL 274.29º 0.88% 0.53% -
HSV(B) 274.29º 0.88% 0.94% -
XYZ 28.77 13.7 83.57 -
YUV 89.82 212.76 170.92 -
System Red Green Blue C M Y K H S L
Decimal 150 30 240 0.37 0.87 0 0.06 274.29 0.88 0.53
Hex 96 1E F0 25 57 0 6 112 58 35
Octal 226 36 360 45 127 0 6 422 130 65
Binary 10010110 11110 11110000 100101 1010111 0 110 100010010 1011000 110101

Color Harmonies of #961EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EF0

Black with #961EF0

Text Example


Text Example

White with #961EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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