Html Css Color HEX #881DAA Vivid Violet

📋 copy color: '#881DAA'

red 136 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #881DAA

Tints of Vivid Violet #881DAA

RGB

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

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

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

R = 40.6%
G = 8.66%
B = 50.75%

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

#881DAA (or 0x881DAA) is known color: Vivid Violet. HEX triplet: 88, 1D and AA. RGB value is (136,29,170). Sum of RGB (Red+Green+Blue) = 136+29+170=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #881DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAA is #77E255. Grayscale: #4C4C4C. Windows color (decimal): -7856726 or 11148680. OLE color: 11148680.

HSL color Cylindrical-coordinate representation of color #881DAA: hue angle of 285.53º 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 #881DAA is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 29 170 -
CMYK 0.20 0.83 0 0.33
HSL 285.53º 0.71% 0.39% -
HSV(B) 285.53º 0.83% 0.67% -
XYZ 17.85 9.02 38.83 -
YUV 77.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 136 29 170 0.20 0.83 0 0.33 285.53 0.71 0.39
Hex 88 1D AA 14 53 0 21 11E 47 27
Octal 210 35 252 24 123 0 41 436 107 47
Binary 10001000 11101 10101010 10100 1010011 0 100001 100011110 1000111 100111

Color Harmonies of #881DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DAA

Black with #881DAA

Text Example


Text Example

White with #881DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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