Html Css Color HEX #880BDB Dark Violet

📋 copy color: '#880BDB'

red 136 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #880BDB

Tints of Dark Violet #880BDB

RGB

 RED value IS 136 (53.52% from 255) = 37.16%

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

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

R = 37.16%
G = 3.01%
B = 59.84%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#880BDB (or 0x880BDB) is known color: Dark Violet. HEX triplet: 88, 0B and DB. RGB value is (136,11,219). Sum of RGB (Red+Green+Blue) = 136+11+219=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #880BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDB is #77F424. Grayscale: #474747. Windows color (decimal): -7861285 or 14355336. OLE color: 14355336.

HSL color Cylindrical-coordinate representation of color #880BDB: hue angle of 276.06º 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 #880BDB is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 11 219 -
CMYK 0.38 0.95 0 0.14
HSL 276.06º 0.9% 0.45% -
HSV(B) 276.06º 0.95% 0.86% -
XYZ 23.06 10.59 67.85 -
YUV 72.09 210.91 173.59 -
System Red Green Blue C M Y K H S L
Decimal 136 11 219 0.38 0.95 0 0.14 276.06 0.9 0.45
Hex 88 B DB 26 5F 0 E 114 5A 2D
Octal 210 13 333 46 137 0 16 424 132 55
Binary 10001000 1011 11011011 100110 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #880BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BDB

Black with #880BDB

Text Example


Text Example

White with #880BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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