Html Css Color HEX #881DAD Vivid Violet

📋 copy color: '#881DAD'

red 136 ◦ green 29 ◦ blue 173

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

Shades of Vivid Violet #881DAD

Tints of Vivid Violet #881DAD

RGB

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

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

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

R = 40.24%
G = 8.58%
B = 51.18%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#881DAD (or 0x881DAD) is known color: Vivid Violet. HEX triplet: 88, 1D and AD. RGB value is (136,29,173). Sum of RGB (Red+Green+Blue) = 136+29+173=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #881DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DAD is #77E252. Grayscale: #4C4C4C. Windows color (decimal): -7856723 or 11345288. OLE color: 11345288.

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

Color convert

RGB 136 29 173 -
CMYK 0.21 0.83 0 0.32
HSL 284.58º 0.71% 0.4% -
HSV(B) 284.58º 0.83% 0.68% -
XYZ 18.14 9.13 40.34 -
YUV 77.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 136 29 173 0.21 0.83 0 0.32 284.58 0.71 0.4
Hex 88 1D AD 15 53 0 20 11D 47 28
Octal 210 35 255 25 123 0 40 435 107 50
Binary 10001000 11101 10101101 10101 1010011 0 100000 100011101 1000111 101000

Color Harmonies of #881DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881DAD

Black with #881DAD

Text Example


Text Example

White with #881DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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