Html Css Color HEX #961BDB Blue Violet

📋 copy color: '#961BDB'

red 150 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #961BDB

Tints of Blue Violet #961BDB

RGB

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

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

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

R = 37.88%
G = 6.82%
B = 55.3%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#961BDB (or 0x961BDB) is known color: Blue Violet. HEX triplet: 96, 1B and DB. RGB value is (150,27,219). Sum of RGB (Red+Green+Blue) = 150+27+219=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #961BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BDB is #69E424. Grayscale: #555555. Windows color (decimal): -6939685 or 14359446. OLE color: 14359446.

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

Color convert

RGB 150 27 219 -
CMYK 0.32 0.88 0 0.14
HSL 278.44º 0.78% 0.48% -
HSV(B) 278.44º 0.88% 0.86% -
XYZ 25.76 12.38 68.05 -
YUV 85.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 150 27 219 0.32 0.88 0 0.14 278.44 0.78 0.48
Hex 96 1B DB 20 58 0 E 116 4E 30
Octal 226 33 333 40 130 0 16 426 116 60
Binary 10010110 11011 11011011 100000 1011000 0 1110 100010110 1001110 110000

Color Harmonies of #961BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BDB

Black with #961BDB

Text Example


Text Example

White with #961BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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