#882E90

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

Shades of Vivid Violet #882E90

Tints of Vivid Violet #882E90

Color information

#882E90 (or 0x882E90) is unknown color: approx Vivid Violet. HEX triplet: 88, 2E and 90. RGB value is (136,46,144). Sum of RGB (Red+Green+Blue) = 136+46+144=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #882E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882E90 is #77D16F. Grayscale: #535353. Windows color (decimal): -7852400 or 9449096. OLE color: 9449096.

HSL color Cylindrical-coordinate representation of color #882E90: hue angle of 295.1º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882E90 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13646144-
CMYK0.060.6800.44
HSL295.1º51.58%37.25%-
HSV(B)295.1º68.06%56.47%-
XYZ16.169.227.31-
YUV84.08161.82165.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=41.72%
G=14.11%
B=44.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136461440.060.6800.44295.151.5837.25
Hex882E9064402C1273425
Octal2105622061040544476445
Binary100010001011101001000011010001000101100100100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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