Html Css Color HEX #961ADB Blue Violet

📋 copy color: '#961ADB'

red 150 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #961ADB

Tints of Blue Violet #961ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 37.97%
G = 6.58%
B = 55.44%

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

#961ADB (or 0x961ADB) is known color: Blue Violet. HEX triplet: 96, 1A and DB. RGB value is (150,26,219). Sum of RGB (Red+Green+Blue) = 150+26+219=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #961ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ADB is #69E524. Grayscale: #545454. Windows color (decimal): -6939941 or 14359190. OLE color: 14359190.

HSL color Cylindrical-coordinate representation of color #961ADB: hue angle of 278.55º degrees, saturation: 0.79, 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 #961ADB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 26 219 -
CMYK 0.32 0.88 0 0.14
HSL 278.55º 0.79% 0.48% -
HSV(B) 278.55º 0.88% 0.86% -
XYZ 25.73 12.34 68.04 -
YUV 85.08 203.58 174.31 -
System Red Green Blue C M Y K H S L
Decimal 150 26 219 0.32 0.88 0 0.14 278.55 0.79 0.48
Hex 96 1A DB 20 58 0 E 117 4F 30
Octal 226 32 333 40 130 0 16 427 117 60
Binary 10010110 11010 11011011 100000 1011000 0 1110 100010111 1001111 110000

Color Harmonies of #961ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961ADB

Black with #961ADB

Text Example


Text Example

White with #961ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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