Html Css Color HEX #960BDB Dark Violet

📋 copy color: '#960BDB'

red 150 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #960BDB

Tints of Dark Violet #960BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

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

R = 39.47%
G = 2.89%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#960BDB (or 0x960BDB) is known color: Dark Violet. HEX triplet: 96, 0B and DB. RGB value is (150,11,219). Sum of RGB (Red+Green+Blue) = 150+11+219=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #960BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BDB is #69F424. Grayscale: #4B4B4B. Windows color (decimal): -6943781 or 14355350. OLE color: 14355350.

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

Color convert

RGB 150 11 219 -
CMYK 0.32 0.95 0 0.14
HSL 280.1º 0.9% 0.45% -
HSV(B) 280.1º 0.95% 0.86% -
XYZ 25.48 11.84 67.96 -
YUV 76.27 208.55 180.59 -
System Red Green Blue C M Y K H S L
Decimal 150 11 219 0.32 0.95 0 0.14 280.1 0.9 0.45
Hex 96 B DB 20 5F 0 E 118 5A 2D
Octal 226 13 333 40 137 0 16 430 132 55
Binary 10010110 1011 11011011 100000 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #960BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BDB

Black with #960BDB

Text Example


Text Example

White with #960BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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