#884A8E

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

Shades of Vivid Violet #884A8E

Tints of Vivid Violet #884A8E

Color information

#884A8E (or 0x884A8E) is unknown color: approx Vivid Violet. HEX triplet: 88, 4A and 8E. RGB value is (136,74,142). Sum of RGB (Red+Green+Blue) = 136+74+142=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #884A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A8E is #77B571. Grayscale: #646464. Windows color (decimal): -7845234 or 9325192. OLE color: 9325192.

HSL color Cylindrical-coordinate representation of color #884A8E: hue angle of 294.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884A8E is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13674142-
CMYK0.040.4800.44
HSL294.71º31.48%42.35%-
HSV(B)294.71º47.89%55.69%-
XYZ17.4812.0827-
YUV100.29151.54153.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=38.64%
G=21.02%
B=40.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136741420.040.4800.44294.7131.4842.35
Hex884A8E43002C1271f2a
Octal2101122164600544473752
Binary10001000100101010001110100110000010110010010011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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