Html Css Color HEX #880EFA Blue Violet

📋 copy color: '#880EFA'

red 136 ◦ green 14 ◦ blue 250

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

Shades of Blue Violet #880EFA

Tints of Blue Violet #880EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.5%

R = 34%
G = 3.5%
B = 62.5%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#880EFA (or 0x880EFA) is known color: Blue Violet. HEX triplet: 88, 0E and FA. RGB value is (136,14,250). Sum of RGB (Red+Green+Blue) = 136+14+250=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #880EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EFA is #77F105. Grayscale: #4C4C4C. Windows color (decimal): -7860486 or 16387720. OLE color: 16387720.

HSL color Cylindrical-coordinate representation of color #880EFA: hue angle of 271.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EFA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 14 250 -
CMYK 0.46 0.94 0 0.02
HSL 271.02º 0.96% 0.52% -
HSV(B) 271.02º 0.94% 0.98% -
XYZ 27.57 12.45 91.39 -
YUV 77.38 225.42 169.81 -
System Red Green Blue C M Y K H S L
Decimal 136 14 250 0.46 0.94 0 0.02 271.02 0.96 0.52
Hex 88 E FA 2E 5E 0 2 10F 60 34
Octal 210 16 372 56 136 0 2 417 140 64
Binary 10001000 1110 11111010 101110 1011110 0 10 100001111 1100000 110100

Color Harmonies of #880EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EFA

Black with #880EFA

Text Example


Text Example

White with #880EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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