Html Css Color HEX #880EEB Blue Violet

📋 copy color: '#880EEB'

red 136 ◦ green 14 ◦ blue 235

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

Shades of Blue Violet #880EEB

Tints of Blue Violet #880EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 35.32%
G = 3.64%
B = 61.04%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#880EEB (or 0x880EEB) is known color: Blue Violet. HEX triplet: 88, 0E and EB. RGB value is (136,14,235). Sum of RGB (Red+Green+Blue) = 136+14+235=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #880EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EEB is #77F114. Grayscale: #4A4A4A. Windows color (decimal): -7860501 or 15404680. OLE color: 15404680.

HSL color Cylindrical-coordinate representation of color #880EEB: hue angle of 273.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EEB is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 14 235 -
CMYK 0.42 0.94 0 0.08
HSL 273.12º 0.89% 0.49% -
HSV(B) 273.12º 0.94% 0.92% -
XYZ 25.31 11.55 79.49 -
YUV 75.67 217.92 171.03 -
System Red Green Blue C M Y K H S L
Decimal 136 14 235 0.42 0.94 0 0.08 273.12 0.89 0.49
Hex 88 E EB 2A 5E 0 8 111 59 31
Octal 210 16 353 52 136 0 10 421 131 61
Binary 10001000 1110 11101011 101010 1011110 0 1000 100010001 1011001 110001

Color Harmonies of #880EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880EEB

Black with #880EEB

Text Example


Text Example

White with #880EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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