#8E3F88

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

Shades of Vivid Violet #8E3F88

Tints of Vivid Violet #8E3F88

Color information

#8E3F88 (or 0x8E3F88) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3F and 88. RGB value is (142,63,136). Sum of RGB (Red+Green+Blue) = 142+63+136=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3F88 is #71C077. Grayscale: #5E5E5E. Windows color (decimal): -7454840 or 8929166. OLE color: 8929166.

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

Color convert

RGB14263136-
CMYK00.560.040.44
HSL304.56º38.54%40.2%-
HSV(B)304.56º55.63%55.69%-
XYZ17.3811.0824.52-
YUV94.94151.17161.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=41.64%
G=18.48%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426313600.560.040.44304.5638.5440.2
Hex8E3F8803842C1312728
Octal216772100704544614750
Binary10001110111111100010000111000100101100100110001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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