Html Css Color HEX #880EBC Dark Violet

📋 copy color: '#880EBC'

red 136 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #880EBC

Tints of Dark Violet #880EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 40.24%
G = 4.14%
B = 55.62%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#880EBC (or 0x880EBC) is known color: Dark Violet. HEX triplet: 88, 0E and BC. RGB value is (136,14,188). Sum of RGB (Red+Green+Blue) = 136+14+188=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #880EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880EBC is #77F143. Grayscale: #454545. Windows color (decimal): -7860548 or 12324488. OLE color: 12324488.

HSL color Cylindrical-coordinate representation of color #880EBC: hue angle of 282.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880EBC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 14 188 -
CMYK 0.28 0.93 0 0.26
HSL 282.07º 0.86% 0.4% -
HSV(B) 282.07º 0.93% 0.74% -
XYZ 19.39 9.18 48.33 -
YUV 70.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 136 14 188 0.28 0.93 0 0.26 282.07 0.86 0.4
Hex 88 E BC 1C 5D 0 1A 11A 56 28
Octal 210 16 274 34 135 0 32 432 126 50
Binary 10001000 1110 10111100 11100 1011101 0 11010 100011010 1010110 101000

Color Harmonies of #880EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EBC

Black with #880EBC

Text Example


Text Example

White with #880EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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