#882CAA

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

Shades of Vivid Violet #882CAA

Tints of Vivid Violet #882CAA

Color information

#882CAA (or 0x882CAA) is unknown color: approx Vivid Violet. HEX triplet: 88, 2C and AA. RGB value is (136,44,170). Sum of RGB (Red+Green+Blue) = 136+44+170=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #882CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882CAA is #77D355. Grayscale: #555555. Windows color (decimal): -7852886 or 11152520. OLE color: 11152520.

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

Color convert

RGB13644170-
CMYK0.200.7400.33
HSL283.81º58.88%41.96%-
HSV(B)283.81º74.12%66.67%-
XYZ18.319.9438.98-
YUV85.87175.48163.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=38.86%
G=12.57%
B=48.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136441700.200.7400.33283.8158.8841.96
Hex882CAA144A02111c3b2a
Octal21054252241120414347352
Binary10001000101100101010101010010010100100001100011100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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