Html Css Color HEX #881BAA Vivid Violet

📋 copy color: '#881BAA'

red 136 ◦ green 27 ◦ blue 170

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

Shades of Vivid Violet #881BAA

Tints of Vivid Violet #881BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.11%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 40.84%
G = 8.11%
B = 51.05%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#881BAA (or 0x881BAA) is known color: Vivid Violet. HEX triplet: 88, 1B and AA. RGB value is (136,27,170). Sum of RGB (Red+Green+Blue) = 136+27+170=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #881BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881BAA is #77E455. Grayscale: #4B4B4B. Windows color (decimal): -7857238 or 11148168. OLE color: 11148168.

HSL color Cylindrical-coordinate representation of color #881BAA: hue angle of 285.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881BAA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 27 170 -
CMYK 0.20 0.84 0 0.33
HSL 285.73º 0.73% 0.39% -
HSV(B) 285.73º 0.84% 0.67% -
XYZ 17.8 8.92 38.81 -
YUV 75.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 136 27 170 0.20 0.84 0 0.33 285.73 0.73 0.39
Hex 88 1B AA 14 54 0 21 11E 49 27
Octal 210 33 252 24 124 0 41 436 111 47
Binary 10001000 11011 10101010 10100 1010100 0 100001 100011110 1001001 100111

Color Harmonies of #881BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881BAA

Black with #881BAA

Text Example


Text Example

White with #881BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,27,170); }

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

background-color css

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

 a { background-color: rgb(136,27,170); }

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

border-color css

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

 span { border-color: rgb(136,27,170); }

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