Html Css Color HEX #881DAB Vivid Violet

📋 copy color: '#881DAB'

red 136 ◦ green 29 ◦ blue 171

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

Shades of Vivid Violet #881DAB

Tints of Vivid Violet #881DAB

RGB

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

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

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

R = 40.48%
G = 8.63%
B = 50.89%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#881DAB (or 0x881DAB) is known color: Vivid Violet. HEX triplet: 88, 1D and AB. RGB value is (136,29,171). Sum of RGB (Red+Green+Blue) = 136+29+171=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #881DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAB is #77E254. Grayscale: #4C4C4C. Windows color (decimal): -7856725 or 11214216. OLE color: 11214216.

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

Color convert

RGB 136 29 171 -
CMYK 0.20 0.83 0 0.33
HSL 285.21º 0.71% 0.39% -
HSV(B) 285.21º 0.83% 0.67% -
XYZ 17.94 9.05 39.33 -
YUV 77.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 136 29 171 0.20 0.83 0 0.33 285.21 0.71 0.39
Hex 88 1D AB 14 53 0 21 11D 47 27
Octal 210 35 253 24 123 0 41 435 107 47
Binary 10001000 11101 10101011 10100 1010011 0 100001 100011101 1000111 100111

Color Harmonies of #881DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DAB

Black with #881DAB

Text Example


Text Example

White with #881DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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