Html Css Color HEX #880EF0 Blue Violet

📋 copy color: '#880EF0'

red 136 ◦ green 14 ◦ blue 240

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

Shades of Blue Violet #880EF0

Tints of Blue Violet #880EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.54%

R = 34.87%
G = 3.59%
B = 61.54%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#880EF0 (or 0x880EF0) is known color: Blue Violet. HEX triplet: 88, 0E and F0. RGB value is (136,14,240). Sum of RGB (Red+Green+Blue) = 136+14+240=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #880EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EF0 is #77F10F. Grayscale: #4B4B4B. Windows color (decimal): -7860496 or 15732360. OLE color: 15732360.

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

Color convert

RGB 136 14 240 -
CMYK 0.43 0.94 0 0.06
HSL 272.39º 0.89% 0.5% -
HSV(B) 272.39º 0.94% 0.94% -
XYZ 26.04 11.84 83.35 -
YUV 76.24 220.42 170.62 -
System Red Green Blue C M Y K H S L
Decimal 136 14 240 0.43 0.94 0 0.06 272.39 0.89 0.5
Hex 88 E F0 2B 5E 0 6 110 59 32
Octal 210 16 360 53 136 0 6 420 131 62
Binary 10001000 1110 11110000 101011 1011110 0 110 100010000 1011001 110010

Color Harmonies of #880EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EF0

Black with #880EF0

Text Example


Text Example

White with #880EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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