Html Css Color HEX #880EF6 Blue Violet

📋 copy color: '#880EF6'

red 136 ◦ green 14 ◦ blue 246

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

Shades of Blue Violet #880EF6

Tints of Blue Violet #880EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.12%

R = 34.34%
G = 3.54%
B = 62.12%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#880EF6 (or 0x880EF6) is known color: Blue Violet. HEX triplet: 88, 0E and F6. RGB value is (136,14,246). Sum of RGB (Red+Green+Blue) = 136+14+246=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #880EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EF6 is #77F109. Grayscale: #4C4C4C. Windows color (decimal): -7860490 or 16125576. OLE color: 16125576.

HSL color Cylindrical-coordinate representation of color #880EF6: hue angle of 271.55º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EF6 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 14 246 -
CMYK 0.45 0.94 0 0.04
HSL 271.55º 0.93% 0.51% -
HSV(B) 271.55º 0.94% 0.96% -
XYZ 26.94 12.2 88.12 -
YUV 76.93 223.42 170.14 -
System Red Green Blue C M Y K H S L
Decimal 136 14 246 0.45 0.94 0 0.04 271.55 0.93 0.51
Hex 88 E F6 2D 5E 0 4 110 5D 33
Octal 210 16 366 55 136 0 4 420 135 63
Binary 10001000 1110 11110110 101101 1011110 0 100 100010000 1011101 110011

Color Harmonies of #880EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EF6

Black with #880EF6

Text Example


Text Example

White with #880EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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