#882BAC

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

Shades of Vivid Violet #882BAC

Tints of Vivid Violet #882BAC

Color information

#882BAC (or 0x882BAC) is unknown color: approx Vivid Violet. HEX triplet: 88, 2B and AC. RGB value is (136,43,172). Sum of RGB (Red+Green+Blue) = 136+43+172=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #882BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882BAC is #77D453. Grayscale: #555555. Windows color (decimal): -7853140 or 11283336. OLE color: 11283336.

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

Color convert

RGB13643172-
CMYK0.210.7500.33
HSL283.26º60%42.16%-
HSV(B)283.26º75%67.45%-
XYZ18.469.9439.98-
YUV85.51176.81164.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=38.75%
G=12.25%
B=49.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136431720.210.7500.33283.266042.16
Hex882BAC154B02111b3c2a
Octal21053254251130414337452
Binary10001000101011101011001010110010110100001100011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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