#884189

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

Shades of Vivid Violet #884189

Tints of Vivid Violet #884189

Color information

#884189 (or 0x884189) is unknown color: approx Vivid Violet. HEX triplet: 88, 41 and 89. RGB value is (136,65,137). Sum of RGB (Red+Green+Blue) = 136+65+137=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #884189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884189 is #77BE76. Grayscale: #5E5E5E. Windows color (decimal): -7847543 or 8995208. OLE color: 8995208.

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

Color convert

RGB13665137-
CMYK0.010.5300.46
HSL299.17º35.64%39.61%-
HSV(B)299.17º52.55%53.73%-
XYZ16.5610.8224.88-
YUV94.44152.02157.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=40.24%
G=19.23%
B=40.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136651370.010.5300.46299.1735.6439.61
Hex88418913502E12b2428
Octal2101012111650564534450
Binary1000100010000011000100111101010101110100101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884189; }

 p { color: rgb(136,65,137); }

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

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

 a { background-color: rgb(136,65,137); }

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

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

 span { border-color: rgb(136,65,137); }

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