Html Css Color HEX #880EB5 Dark Violet

📋 copy color: '#880EB5'

red 136 ◦ green 14 ◦ blue 181

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

Shades of Dark Violet #880EB5

Tints of Dark Violet #880EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 54.68%

R = 41.09%
G = 4.23%
B = 54.68%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#880EB5 (or 0x880EB5) is known color: Dark Violet. HEX triplet: 88, 0E and B5. RGB value is (136,14,181). Sum of RGB (Red+Green+Blue) = 136+14+181=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #880EB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EB5 is #77F14A. Grayscale: #444444. Windows color (decimal): -7860555 or 11865736. OLE color: 11865736.

HSL color Cylindrical-coordinate representation of color #880EB5: hue angle of 283.83º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880EB5 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 14 181 -
CMYK 0.25 0.92 0 0.29
HSL 283.83º 0.86% 0.38% -
HSV(B) 283.83º 0.92% 0.71% -
XYZ 18.65 8.88 44.45 -
YUV 69.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 136 14 181 0.25 0.92 0 0.29 283.83 0.86 0.38
Hex 88 E B5 19 5C 0 1D 11C 56 26
Octal 210 16 265 31 134 0 35 434 126 46
Binary 10001000 1110 10110101 11001 1011100 0 11101 100011100 1010110 100110

Color Harmonies of #880EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EB5

Black with #880EB5

Text Example


Text Example

White with #880EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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