Html Css Color HEX #882EAA Vivid Violet

📋 copy color: '#882EAA'

red 136 ◦ green 46 ◦ blue 170

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

Shades of Vivid Violet #882EAA

Tints of Vivid Violet #882EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

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

R = 38.64%
G = 13.07%
B = 48.3%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#882EAA (or 0x882EAA) is known color: Vivid Violet. HEX triplet: 88, 2E and AA. RGB value is (136,46,170). Sum of RGB (Red+Green+Blue) = 136+46+170=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #882EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882EAA is #77D155. Grayscale: #565656. Windows color (decimal): -7852374 or 11153032. OLE color: 11153032.

HSL color Cylindrical-coordinate representation of color #882EAA: hue angle of 283.55º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882EAA is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 46 170 -
CMYK 0.20 0.73 0 0.33
HSL 283.55º 0.57% 0.42% -
HSV(B) 283.55º 0.73% 0.67% -
XYZ 18.39 10.09 39.01 -
YUV 87.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 136 46 170 0.20 0.73 0 0.33 283.55 0.57 0.42
Hex 88 2E AA 14 49 0 21 11C 39 2A
Octal 210 56 252 24 111 0 41 434 71 52
Binary 10001000 101110 10101010 10100 1001001 0 100001 100011100 111001 101010

Color Harmonies of #882EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EAA

Black with #882EAA

Text Example


Text Example

White with #882EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882EAA; }

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

 H1.HeaderClassName
 {
   color: #882EAA;
 }
 .AnyTagClassName
 {
   color: #882EAA;
 }
</style>

background-color css

<style>
 a { background-color: #882EAA; }

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

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

border-color css

<style>
 span { border-color: #882EAA; }

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

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