Html Css Color HEX #961BF1 Blue Violet

📋 copy color: '#961BF1'

red 150 ◦ green 27 ◦ blue 241

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

Shades of Blue Violet #961BF1

Tints of Blue Violet #961BF1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.46%

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

R = 35.89%
G = 6.46%
B = 57.66%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#961BF1 (or 0x961BF1) is known color: Blue Violet. HEX triplet: 96, 1B and F1. RGB value is (150,27,241). Sum of RGB (Red+Green+Blue) = 150+27+241=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #961BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BF1 is #69E40E. Grayscale: #575757. Windows color (decimal): -6939663 or 15801238. OLE color: 15801238.

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

Color convert

RGB 150 27 241 -
CMYK 0.38 0.89 0 0.05
HSL 274.49º 0.88% 0.53% -
HSV(B) 274.49º 0.89% 0.95% -
XYZ 28.85 13.62 84.33 -
YUV 88.17 214.25 172.1 -
System Red Green Blue C M Y K H S L
Decimal 150 27 241 0.38 0.89 0 0.05 274.49 0.88 0.53
Hex 96 1B F1 26 59 0 5 112 58 35
Octal 226 33 361 46 131 0 5 422 130 65
Binary 10010110 11011 11110001 100110 1011001 0 101 100010010 1011000 110101

Color Harmonies of #961BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BF1

Black with #961BF1

Text Example


Text Example

White with #961BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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