Html Css Color HEX #881ED1 Blue Violet

📋 copy color: '#881ED1'

red 136 ◦ green 30 ◦ blue 209

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

Shades of Blue Violet #881ED1

Tints of Blue Violet #881ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 36.27%
G = 8%
B = 55.73%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#881ED1 (or 0x881ED1) is known color: Blue Violet. HEX triplet: 88, 1E and D1. RGB value is (136,30,209). Sum of RGB (Red+Green+Blue) = 136+30+209=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #881ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881ED1 is #77E12E. Grayscale: #515151. Windows color (decimal): -7856431 or 13704840. OLE color: 13704840.

HSL color Cylindrical-coordinate representation of color #881ED1: hue angle of 275.53º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881ED1 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 30 209 -
CMYK 0.35 0.86 0 0.18
HSL 275.53º 0.75% 0.47% -
HSV(B) 275.53º 0.86% 0.82% -
XYZ 22.13 10.77 61.23 -
YUV 82.1 199.62 166.45 -
System Red Green Blue C M Y K H S L
Decimal 136 30 209 0.35 0.86 0 0.18 275.53 0.75 0.47
Hex 88 1E D1 23 56 0 12 114 4B 2F
Octal 210 36 321 43 126 0 22 424 113 57
Binary 10001000 11110 11010001 100011 1010110 0 10010 100010100 1001011 101111

Color Harmonies of #881ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881ED1

Black with #881ED1

Text Example


Text Example

White with #881ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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