Html Css Color HEX #880EF1 Blue Violet

📋 copy color: '#880EF1'

red 136 ◦ green 14 ◦ blue 241

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

Shades of Blue Violet #880EF1

Tints of Blue Violet #880EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.64%

R = 34.78%
G = 3.58%
B = 61.64%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#880EF1 (or 0x880EF1) is known color: Blue Violet. HEX triplet: 88, 0E and F1. RGB value is (136,14,241). Sum of RGB (Red+Green+Blue) = 136+14+241=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #880EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EF1 is #77F10E. Grayscale: #4B4B4B. Windows color (decimal): -7860495 or 15797896. OLE color: 15797896.

HSL color Cylindrical-coordinate representation of color #880EF1: hue angle of 272.25º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EF1 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 14 241 -
CMYK 0.44 0.94 0 0.05
HSL 272.25º 0.89% 0.5% -
HSV(B) 272.25º 0.94% 0.95% -
XYZ 26.19 11.9 84.14 -
YUV 76.36 220.92 170.54 -
System Red Green Blue C M Y K H S L
Decimal 136 14 241 0.44 0.94 0 0.05 272.25 0.89 0.5
Hex 88 E F1 2C 5E 0 5 110 59 32
Octal 210 16 361 54 136 0 5 420 131 62
Binary 10001000 1110 11110001 101100 1011110 0 101 100010000 1011001 110010

Color Harmonies of #880EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EF1

Black with #880EF1

Text Example


Text Example

White with #880EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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