#8E3688

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

Shades of Vivid Violet #8E3688

Tints of Vivid Violet #8E3688

Color information

#8E3688 (or 0x8E3688) is unknown color: approx Vivid Violet. HEX triplet: 8E, 36 and 88. RGB value is (142,54,136). Sum of RGB (Red+Green+Blue) = 142+54+136=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3688 is #71C977. Grayscale: #595959. Windows color (decimal): -7457144 or 8926862. OLE color: 8926862.

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

Color convert

RGB14254136-
CMYK00.620.040.44
HSL304.09º44.9%38.43%-
HSV(B)304.09º61.97%55.69%-
XYZ16.9210.1724.36-
YUV89.66154.15165.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=42.77%
G=16.27%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425413600.620.040.44304.0944.938.43
Hex8E368803E42C1302d26
Octal216662100764544605546
Binary10001110110110100010000111110100101100100110000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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