#882E8A

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

Shades of Vivid Violet #882E8A

Tints of Vivid Violet #882E8A

Color information

#882E8A (or 0x882E8A) is unknown color: approx Vivid Violet. HEX triplet: 88, 2E and 8A. RGB value is (136,46,138). Sum of RGB (Red+Green+Blue) = 136+46+138=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #882E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882E8A is #77D175. Grayscale: #535353. Windows color (decimal): -7852406 or 9055880. OLE color: 9055880.

HSL color Cylindrical-coordinate representation of color #882E8A: hue angle of 298.7º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882E8A is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13646138-
CMYK0.010.6700.46
HSL298.7º50%36.08%-
HSV(B)298.7º66.67%54.12%-
XYZ15.729.0224.96-
YUV83.4158.82165.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=42.5%
G=14.38%
B=43.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136461380.010.6700.46298.75036.08
Hex882E8A14302E12b3224
Octal2105621211030564536244
Binary1000100010111010001010110000110101110100101011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,46,138); }

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

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

 a { background-color: rgb(136,46,138); }

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

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

 span { border-color: rgb(136,46,138); }

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