#8E4488

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

Shades of Vivid Violet #8E4488

Tints of Vivid Violet #8E4488

Color information

#8E4488 (or 0x8E4488) is unknown color: approx Vivid Violet. HEX triplet: 8E, 44 and 88. RGB value is (142,68,136). Sum of RGB (Red+Green+Blue) = 142+68+136=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4488 is #71BB77. Grayscale: #616161. Windows color (decimal): -7453560 or 8930446. OLE color: 8930446.

HSL color Cylindrical-coordinate representation of color #8E4488: hue angle of 304.86º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4488 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14268136-
CMYK00.520.040.44
HSL304.86º35.24%41.18%-
HSV(B)304.86º52.11%55.69%-
XYZ17.6711.6624.61-
YUV97.88149.52159.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=41.04%
G=19.65%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426813600.520.040.44304.8635.2441.18
Hex8E448803442C1312329
Octal2161042100644544614351
Binary100011101000100100010000110100100101100100110001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4488; }

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

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

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

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

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

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

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

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