Html Css Color HEX #881EDB Blue Violet

📋 copy color: '#881EDB'

red 136 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #881EDB

Tints of Blue Violet #881EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 35.32%
G = 7.79%
B = 56.88%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#881EDB (or 0x881EDB) is known color: Blue Violet. HEX triplet: 88, 1E and DB. RGB value is (136,30,219). Sum of RGB (Red+Green+Blue) = 136+30+219=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #881EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EDB is #77E124. Grayscale: #525252. Windows color (decimal): -7856421 or 14360200. OLE color: 14360200.

HSL color Cylindrical-coordinate representation of color #881EDB: hue angle of 273.65º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881EDB is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 30 219 -
CMYK 0.38 0.86 0 0.14
HSL 273.65º 0.76% 0.49% -
HSV(B) 273.65º 0.86% 0.86% -
XYZ 23.4 11.28 67.96 -
YUV 83.24 204.62 165.63 -
System Red Green Blue C M Y K H S L
Decimal 136 30 219 0.38 0.86 0 0.14 273.65 0.76 0.49
Hex 88 1E DB 26 56 0 E 112 4C 31
Octal 210 36 333 46 126 0 16 422 114 61
Binary 10001000 11110 11011011 100110 1010110 0 1110 100010010 1001100 110001

Color Harmonies of #881EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881EDB

Black with #881EDB

Text Example


Text Example

White with #881EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881EDB; }

 p { color: rgb(136,30,219); }

 H1.HeaderClassName
 {
   color: #881EDB;
 }
 .AnyTagClassName
 {
   color: #881EDB;
 }
</style>

background-color css

<style>
 a { background-color: #881EDB; }

 a { background-color: rgb(136,30,219); }

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

border-color css

<style>
 span { border-color: #881EDB; }

 span { border-color: rgb(136,30,219); }

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