Html Css Color HEX #880ED0 Dark Violet

📋 copy color: '#880ED0'

red 136 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #880ED0

Tints of Dark Violet #880ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.91%

 BLUE value IS 208 (81.64% from 255) = 58.1%

R = 37.99%
G = 3.91%
B = 58.1%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#880ED0 (or 0x880ED0) is known color: Dark Violet. HEX triplet: 88, 0E and D0. RGB value is (136,14,208). Sum of RGB (Red+Green+Blue) = 136+14+208=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #880ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ED0 is #77F12F. Grayscale: #474747. Windows color (decimal): -7860528 or 13635208. OLE color: 13635208.

HSL color Cylindrical-coordinate representation of color #880ED0: hue angle of 277.73º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880ED0 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 14 208 -
CMYK 0.35 0.93 0 0.18
HSL 277.73º 0.87% 0.44% -
HSV(B) 277.73º 0.93% 0.82% -
XYZ 21.7 10.1 60.48 -
YUV 72.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 136 14 208 0.35 0.93 0 0.18 277.73 0.87 0.44
Hex 88 E D0 23 5D 0 12 116 57 2C
Octal 210 16 320 43 135 0 22 426 127 54
Binary 10001000 1110 11010000 100011 1011101 0 10010 100010110 1010111 101100

Color Harmonies of #880ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880ED0

Black with #880ED0

Text Example


Text Example

White with #880ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,14,208); }

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

background-color css

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

 a { background-color: rgb(136,14,208); }

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

border-color css

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

 span { border-color: rgb(136,14,208); }

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