Html Css Color HEX #880ED9 Dark Violet

📋 copy color: '#880ED9'

red 136 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #880ED9

Tints of Dark Violet #880ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 59.13%

R = 37.06%
G = 3.81%
B = 59.13%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#880ED9 (or 0x880ED9) is known color: Dark Violet. HEX triplet: 88, 0E and D9. RGB value is (136,14,217). Sum of RGB (Red+Green+Blue) = 136+14+217=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 217 (85.16% from 255 or 59.13% from 367); Max value from RGB is 217 - color contains mainly: blue. Hex color #880ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ED9 is #77F126. Grayscale: #484848. Windows color (decimal): -7860519 or 14225032. OLE color: 14225032.

HSL color Cylindrical-coordinate representation of color #880ED9: hue angle of 276.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880ED9 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 14 217 -
CMYK 0.37 0.94 0 0.15
HSL 276.06º 0.88% 0.45% -
HSV(B) 276.06º 0.94% 0.85% -
XYZ 22.83 10.56 66.48 -
YUV 73.62 208.92 172.49 -
System Red Green Blue C M Y K H S L
Decimal 136 14 217 0.37 0.94 0 0.15 276.06 0.88 0.45
Hex 88 E D9 25 5E 0 F 114 58 2D
Octal 210 16 331 45 136 0 17 424 130 55
Binary 10001000 1110 11011001 100101 1011110 0 1111 100010100 1011000 101101

Color Harmonies of #880ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880ED9

Black with #880ED9

Text Example


Text Example

White with #880ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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