#882190

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

Shades of Vivid Violet #882190

Tints of Vivid Violet #882190

Color information

#882190 (or 0x882190) is unknown color: approx Vivid Violet. HEX triplet: 88, 21 and 90. RGB value is (136,33,144). Sum of RGB (Red+Green+Blue) = 136+33+144=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #882190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882190 is #77DE6F. Grayscale: #4C4C4C. Windows color (decimal): -7855728 or 9445768. OLE color: 9445768.

HSL color Cylindrical-coordinate representation of color #882190: hue angle of 295.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882190 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13633144-
CMYK0.060.7700.44
HSL295.68º62.71%34.71%-
HSV(B)295.68º77.08%56.47%-
XYZ15.738.3427.17-
YUV76.45166.12170.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=43.45%
G=10.54%
B=46.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136331440.060.7700.44295.6862.7134.71
Hex88219064D02C1283f23
Octal2104122061150544507743
Binary100010001000011001000011010011010101100100101000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882190; }

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

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

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

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

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

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

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

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