Html Css Color HEX #881AAD Vivid Violet

📋 copy color: '#881AAD'

red 136 ◦ green 26 ◦ blue 173

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

Shades of Vivid Violet #881AAD

Tints of Vivid Violet #881AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 40.6%
G = 7.76%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#881AAD (or 0x881AAD) is known color: Vivid Violet. HEX triplet: 88, 1A and AD. RGB value is (136,26,173). Sum of RGB (Red+Green+Blue) = 136+26+173=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #881AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AAD is #77E552. Grayscale: #4B4B4B. Windows color (decimal): -7857491 or 11344520. OLE color: 11344520.

HSL color Cylindrical-coordinate representation of color #881AAD: hue angle of 284.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881AAD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 26 173 -
CMYK 0.21 0.85 0 0.32
HSL 284.9º 0.74% 0.39% -
HSV(B) 284.9º 0.85% 0.68% -
XYZ 18.07 8.99 40.32 -
YUV 75.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 136 26 173 0.21 0.85 0 0.32 284.9 0.74 0.39
Hex 88 1A AD 15 55 0 20 11D 4A 27
Octal 210 32 255 25 125 0 40 435 112 47
Binary 10001000 11010 10101101 10101 1010101 0 100000 100011101 1001010 100111

Color Harmonies of #881AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881AAD

Black with #881AAD

Text Example


Text Example

White with #881AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,173); }

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

background-color css

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

 a { background-color: rgb(136,26,173); }

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

border-color css

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

 span { border-color: rgb(136,26,173); }

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