Html Css Color HEX #882BAE Vivid Violet

📋 copy color: '#882BAE'

red 136 ◦ green 43 ◦ blue 174

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

Shades of Vivid Violet #882BAE

Tints of Vivid Violet #882BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 38.53%
G = 12.18%
B = 49.29%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#882BAE (or 0x882BAE) is known color: Vivid Violet. HEX triplet: 88, 2B and AE. RGB value is (136,43,174). Sum of RGB (Red+Green+Blue) = 136+43+174=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #882BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882BAE is #77D451. Grayscale: #555555. Windows color (decimal): -7853138 or 11414408. OLE color: 11414408.

HSL color Cylindrical-coordinate representation of color #882BAE: hue angle of 282.6º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882BAE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 43 174 -
CMYK 0.22 0.75 0 0.32
HSL 282.6º 0.6% 0.43% -
HSV(B) 282.6º 0.75% 0.68% -
XYZ 18.66 10.02 40.99 -
YUV 85.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 136 43 174 0.22 0.75 0 0.32 282.6 0.6 0.43
Hex 88 2B AE 16 4B 0 20 11B 3C 2B
Octal 210 53 256 26 113 0 40 433 74 53
Binary 10001000 101011 10101110 10110 1001011 0 100000 100011011 111100 101011

Color Harmonies of #882BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BAE

Black with #882BAE

Text Example


Text Example

White with #882BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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