#882AAE

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

Shades of Vivid Violet #882AAE

Tints of Vivid Violet #882AAE

Color information

#882AAE (or 0x882AAE) is unknown color: approx Vivid Violet. HEX triplet: 88, 2A and AE. RGB value is (136,42,174). Sum of RGB (Red+Green+Blue) = 136+42+174=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #882AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882AAE is #77D551. Grayscale: #545454. Windows color (decimal): -7853394 or 11414152. OLE color: 11414152.

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

Color convert

RGB13642174-
CMYK0.220.7600.32
HSL282.73º61.11%42.35%-
HSV(B)282.73º75.86%68.24%-
XYZ18.629.9540.98-
YUV85.15178.14164.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=38.64%
G=11.93%
B=49.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136421740.220.7600.32282.7361.1142.35
Hex882AAE164C02011b3d2a
Octal21052256261140404337552
Binary10001000101010101011101011010011000100000100011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #882AAE;
 }
 .AnyTagClassName
 {
   color: #882AAE;
 }
</style>
background-color css

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

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

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

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

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

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