#884A93

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

Shades of Vivid Violet #884A93

Tints of Vivid Violet #884A93

Color information

#884A93 (or 0x884A93) is unknown color: approx Vivid Violet. HEX triplet: 88, 4A and 93. RGB value is (136,74,147). Sum of RGB (Red+Green+Blue) = 136+74+147=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #884A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A93 is #77B56C. Grayscale: #646464. Windows color (decimal): -7845229 or 9652872. OLE color: 9652872.

HSL color Cylindrical-coordinate representation of color #884A93: hue angle of 290.96º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884A93 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13674147-
CMYK0.070.5000.42
HSL290.96º33.03%43.33%-
HSV(B)290.96º49.66%57.65%-
XYZ17.8712.2429.02-
YUV100.86154.04153.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=38.10%
G=20.73%
B=41.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136741470.070.5000.42290.9633.0343.33
Hex884A9373202A123212b
Octal2101122237620524434153
Binary100010001001010100100111111100100101010100100011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884A93; }

 p { color: rgb(136,74,147); }

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

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

 a { background-color: rgb(136,74,147); }

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

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

 span { border-color: rgb(136,74,147); }

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