Html Css Color HEX #880EE6 Dark Violet

📋 copy color: '#880EE6'

red 136 ◦ green 14 ◦ blue 230

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

Shades of Dark Violet #880EE6

Tints of Dark Violet #880EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.53%

R = 35.79%
G = 3.68%
B = 60.53%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#880EE6 (or 0x880EE6) is known color: Dark Violet. HEX triplet: 88, 0E and E6. RGB value is (136,14,230). Sum of RGB (Red+Green+Blue) = 136+14+230=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 230 (90.23% from 255 or 60.53% from 380); Max value from RGB is 230 - color contains mainly: blue. Hex color #880EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EE6 is #77F119. Grayscale: #4A4A4A. Windows color (decimal): -7860506 or 15077000. OLE color: 15077000.

HSL color Cylindrical-coordinate representation of color #880EE6: hue angle of 273.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EE6 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 14 230 -
CMYK 0.41 0.94 0 0.10
HSL 273.89º 0.89% 0.48% -
HSV(B) 273.89º 0.94% 0.9% -
XYZ 24.59 11.26 75.74 -
YUV 75.1 215.42 171.44 -
System Red Green Blue C M Y K H S L
Decimal 136 14 230 0.41 0.94 0 0.10 273.89 0.89 0.48
Hex 88 E E6 29 5E 0 A 112 59 30
Octal 210 16 346 51 136 0 12 422 131 60
Binary 10001000 1110 11100110 101001 1011110 0 1010 100010010 1011001 110000

Color Harmonies of #880EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EE6

Black with #880EE6

Text Example


Text Example

White with #880EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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