Html Css Color HEX #882BAA Vivid Violet

📋 copy color: '#882BAA'

red 136 ◦ green 43 ◦ blue 170

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

Shades of Vivid Violet #882BAA

Tints of Vivid Violet #882BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

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

R = 38.97%
G = 12.32%
B = 48.71%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#882BAA (or 0x882BAA) is known color: Vivid Violet. HEX triplet: 88, 2B and AA. RGB value is (136,43,170). Sum of RGB (Red+Green+Blue) = 136+43+170=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #882BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882BAA is #77D455. Grayscale: #545454. Windows color (decimal): -7853142 or 11152264. OLE color: 11152264.

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

Color convert

RGB 136 43 170 -
CMYK 0.20 0.75 0 0.33
HSL 283.94º 0.6% 0.42% -
HSV(B) 283.94º 0.75% 0.67% -
XYZ 18.27 9.86 38.97 -
YUV 85.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 136 43 170 0.20 0.75 0 0.33 283.94 0.6 0.42
Hex 88 2B AA 14 4B 0 21 11C 3C 2A
Octal 210 53 252 24 113 0 41 434 74 52
Binary 10001000 101011 10101010 10100 1001011 0 100001 100011100 111100 101010

Color Harmonies of #882BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BAA

Black with #882BAA

Text Example


Text Example

White with #882BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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