Html Css Color HEX #881DDD Blue Violet

📋 copy color: '#881DDD'

red 136 ◦ green 29 ◦ blue 221

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

Shades of Blue Violet #881DDD

Tints of Blue Violet #881DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.51%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 35.23%
G = 7.51%
B = 57.25%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#881DDD (or 0x881DDD) is known color: Blue Violet. HEX triplet: 88, 1D and DD. RGB value is (136,29,221). Sum of RGB (Red+Green+Blue) = 136+29+221=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #881DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DDD is #77E222. Grayscale: #525252. Windows color (decimal): -7856675 or 14491016. OLE color: 14491016.

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

Color convert

RGB 136 29 221 -
CMYK 0.38 0.87 0 0.13
HSL 273.44º 0.77% 0.49% -
HSV(B) 273.44º 0.87% 0.87% -
XYZ 23.64 11.33 69.35 -
YUV 82.88 205.95 165.89 -
System Red Green Blue C M Y K H S L
Decimal 136 29 221 0.38 0.87 0 0.13 273.44 0.77 0.49
Hex 88 1D DD 26 57 0 D 111 4D 31
Octal 210 35 335 46 127 0 15 421 115 61
Binary 10001000 11101 11011101 100110 1010111 0 1101 100010001 1001101 110001

Color Harmonies of #881DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DDD

Black with #881DDD

Text Example


Text Example

White with #881DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,29,221); }

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

background-color css

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

 a { background-color: rgb(136,29,221); }

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

border-color css

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

 span { border-color: rgb(136,29,221); }

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