#882bae

Color #882BAE Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #882BAE

Tints of Vivid Violet #882BAE

Color information

#882BAE (or 0x882BAE) is unknown color: approx 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

RGB13643174-
CMYK0.220.7500.32
HSL282.6º60.37%42.55%-
HSV(B)282.6º75.29%68.24%-
XYZ18.6610.0240.99-
YUV85.74177.81163.85-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136431740.220.7500.32282.660.3742.55
Hex882BAE164B02011b3c2b
Octal21053256261130404337453
Binary10001000101011101011101011010010110100000100011011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>