Html Css Color HEX #960FDB Dark Violet

📋 copy color: '#960FDB'

red 150 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #960FDB

Tints of Dark Violet #960FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

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

R = 39.06%
G = 3.91%
B = 57.03%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#960FDB (or 0x960FDB) is known color: Dark Violet. HEX triplet: 96, 0F and DB. RGB value is (150,15,219). Sum of RGB (Red+Green+Blue) = 150+15+219=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #960FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FDB is #69F024. Grayscale: #4D4D4D. Windows color (decimal): -6942757 or 14356374. OLE color: 14356374.

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

Color convert

RGB 150 15 219 -
CMYK 0.32 0.93 0 0.14
HSL 279.71º 0.87% 0.46% -
HSV(B) 279.71º 0.93% 0.86% -
XYZ 25.53 11.94 67.98 -
YUV 78.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 150 15 219 0.32 0.93 0 0.14 279.71 0.87 0.46
Hex 96 F DB 20 5D 0 E 118 57 2E
Octal 226 17 333 40 135 0 16 430 127 56
Binary 10010110 1111 11011011 100000 1011101 0 1110 100011000 1010111 101110

Color Harmonies of #960FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FDB

Black with #960FDB

Text Example


Text Example

White with #960FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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