#882D8D

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

Shades of Vivid Violet #882D8D

Tints of Vivid Violet #882D8D

Color information

#882D8D (or 0x882D8D) is unknown color: approx Vivid Violet. HEX triplet: 88, 2D and 8D. RGB value is (136,45,141). Sum of RGB (Red+Green+Blue) = 136+45+141=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #882D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882D8D is #77D272. Grayscale: #525252. Windows color (decimal): -7852659 or 9252232. OLE color: 9252232.

HSL color Cylindrical-coordinate representation of color #882D8D: hue angle of 296.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882D8D is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13645141-
CMYK0.040.6800.45
HSL296.88º51.61%36.47%-
HSV(B)296.88º68.09%55.29%-
XYZ15.99.0326.11-
YUV83.15160.65165.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=42.24%
G=13.98%
B=43.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136451410.040.6800.45296.8851.6136.47
Hex882D8D44402D1293424
Octal2105521541040554516444
Binary100010001011011000110110010001000101101100101001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,45,141); }

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

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

 a { background-color: rgb(136,45,141); }

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

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

 span { border-color: rgb(136,45,141); }

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