Html Css Color HEX #961FDB Blue Violet

📋 copy color: '#961FDB'

red 150 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #961FDB

Tints of Blue Violet #961FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 37.5%
G = 7.75%
B = 54.75%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#961FDB (or 0x961FDB) is known color: Blue Violet. HEX triplet: 96, 1F and DB. RGB value is (150,31,219). Sum of RGB (Red+Green+Blue) = 150+31+219=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #961FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FDB is #69E024. Grayscale: #575757. Windows color (decimal): -6938661 or 14360470. OLE color: 14360470.

HSL color Cylindrical-coordinate representation of color #961FDB: hue angle of 277.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961FDB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 31 219 -
CMYK 0.32 0.86 0 0.14
HSL 277.98º 0.75% 0.49% -
HSV(B) 277.98º 0.86% 0.86% -
XYZ 25.85 12.58 68.08 -
YUV 88.01 201.92 172.21 -
System Red Green Blue C M Y K H S L
Decimal 150 31 219 0.32 0.86 0 0.14 277.98 0.75 0.49
Hex 96 1F DB 20 56 0 E 116 4B 31
Octal 226 37 333 40 126 0 16 426 113 61
Binary 10010110 11111 11011011 100000 1010110 0 1110 100010110 1001011 110001

Color Harmonies of #961FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FDB

Black with #961FDB

Text Example


Text Example

White with #961FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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