Html Css Color HEX #881FD1 Blue Violet

📋 copy color: '#881FD1'

red 136 ◦ green 31 ◦ blue 209

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

Shades of Blue Violet #881FD1

Tints of Blue Violet #881FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.24%

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

R = 36.17%
G = 8.24%
B = 55.59%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#881FD1 (or 0x881FD1) is known color: Blue Violet. HEX triplet: 88, 1F and D1. RGB value is (136,31,209). Sum of RGB (Red+Green+Blue) = 136+31+209=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #881FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FD1 is #77E02E. Grayscale: #525252. Windows color (decimal): -7856175 or 13705096. OLE color: 13705096.

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

Color convert

RGB 136 31 209 -
CMYK 0.35 0.85 0 0.18
HSL 275.39º 0.74% 0.47% -
HSV(B) 275.39º 0.85% 0.82% -
XYZ 22.15 10.82 61.24 -
YUV 82.69 199.29 166.03 -
System Red Green Blue C M Y K H S L
Decimal 136 31 209 0.35 0.85 0 0.18 275.39 0.74 0.47
Hex 88 1F D1 23 55 0 12 113 4A 2F
Octal 210 37 321 43 125 0 22 423 112 57
Binary 10001000 11111 11010001 100011 1010101 0 10010 100010011 1001010 101111

Color Harmonies of #881FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881FD1

Black with #881FD1

Text Example


Text Example

White with #881FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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