Html Css Color HEX #881FAB Vivid Violet

📋 copy color: '#881FAB'

red 136 ◦ green 31 ◦ blue 171

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

Shades of Vivid Violet #881FAB

Tints of Vivid Violet #881FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.59%

R = 40.24%
G = 9.17%
B = 50.59%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#881FAB (or 0x881FAB) is known color: Vivid Violet. HEX triplet: 88, 1F and AB. RGB value is (136,31,171). Sum of RGB (Red+Green+Blue) = 136+31+171=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #881FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881FAB is #77E054. Grayscale: #4D4D4D. Windows color (decimal): -7856213 or 11214728. OLE color: 11214728.

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

Color convert

RGB 136 31 171 -
CMYK 0.20 0.82 0 0.33
HSL 285º 0.69% 0.4% -
HSV(B) 285º 0.82% 0.67% -
XYZ 17.99 9.15 39.35 -
YUV 78.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 136 31 171 0.20 0.82 0 0.33 285 0.69 0.4
Hex 88 1F AB 14 52 0 21 11D 45 28
Octal 210 37 253 24 122 0 41 435 105 50
Binary 10001000 11111 10101011 10100 1010010 0 100001 100011101 1000101 101000

Color Harmonies of #881FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881FAB

Black with #881FAB

Text Example


Text Example

White with #881FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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