Html Css Color HEX #880DDB Dark Violet

📋 copy color: '#880DDB'

red 136 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #880DDB

Tints of Dark Violet #880DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.53%

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

R = 36.96%
G = 3.53%
B = 59.51%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#880DDB (or 0x880DDB) is known color: Dark Violet. HEX triplet: 88, 0D and DB. RGB value is (136,13,219). Sum of RGB (Red+Green+Blue) = 136+13+219=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #880DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DDB is #77F224. Grayscale: #484848. Windows color (decimal): -7860773 or 14355848. OLE color: 14355848.

HSL color Cylindrical-coordinate representation of color #880DDB: hue angle of 275.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DDB is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 13 219 -
CMYK 0.38 0.94 0 0.14
HSL 275.83º 0.89% 0.45% -
HSV(B) 275.83º 0.94% 0.86% -
XYZ 23.08 10.64 67.85 -
YUV 73.26 210.25 172.75 -
System Red Green Blue C M Y K H S L
Decimal 136 13 219 0.38 0.94 0 0.14 275.83 0.89 0.45
Hex 88 D DB 26 5E 0 E 114 59 2D
Octal 210 15 333 46 136 0 16 424 131 55
Binary 10001000 1101 11011011 100110 1011110 0 1110 100010100 1011001 101101

Color Harmonies of #880DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DDB

Black with #880DDB

Text Example


Text Example

White with #880DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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