#882CA7

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

Shades of Vivid Violet #882CA7

Tints of Vivid Violet #882CA7

Color information

#882CA7 (or 0x882CA7) is unknown color: approx Vivid Violet. HEX triplet: 88, 2C and A7. RGB value is (136,44,167). Sum of RGB (Red+Green+Blue) = 136+44+167=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #882CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882CA7 is #77D358. Grayscale: #555555. Windows color (decimal): -7852889 or 10955912. OLE color: 10955912.

HSL color Cylindrical-coordinate representation of color #882CA7: hue angle of 284.88º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882CA7 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13644167-
CMYK0.190.7400.35
HSL284.88º58.29%41.37%-
HSV(B)284.88º73.65%65.49%-
XYZ18.039.8337.51-
YUV85.53173.98164-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 44 (17.58% from 255) = 12.68%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=39.19%
G=12.68%
B=48.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal136441670.190.7400.35284.8858.2941.37
Hex882CA7134A02311d3a29
Octal21054247231120434357251
Binary10001000101100101001111001110010100100011100011101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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