Html Css Color HEX #880CDB Dark Violet

📋 copy color: '#880CDB'

red 136 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #880CDB

Tints of Dark Violet #880CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.27%

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

R = 37.06%
G = 3.27%
B = 59.67%

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

#880CDB (or 0x880CDB) is known color: Dark Violet. HEX triplet: 88, 0C and DB. RGB value is (136,12,219). Sum of RGB (Red+Green+Blue) = 136+12+219=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #880CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CDB is #77F324. Grayscale: #474747. Windows color (decimal): -7861029 or 14355592. OLE color: 14355592.

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

Color convert

RGB 136 12 219 -
CMYK 0.38 0.95 0 0.14
HSL 275.94º 0.9% 0.45% -
HSV(B) 275.94º 0.95% 0.86% -
XYZ 23.07 10.61 67.85 -
YUV 72.67 210.58 173.17 -
System Red Green Blue C M Y K H S L
Decimal 136 12 219 0.38 0.95 0 0.14 275.94 0.9 0.45
Hex 88 C DB 26 5F 0 E 114 5A 2D
Octal 210 14 333 46 137 0 16 424 132 55
Binary 10001000 1100 11011011 100110 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #880CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CDB

Black with #880CDB

Text Example


Text Example

White with #880CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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