#8E3E9E

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

Shades of Vivid Violet #8E3E9E

Tints of Vivid Violet #8E3E9E

Color information

#8E3E9E (or 0x8E3E9E) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3E and 9E. RGB value is (142,62,158). Sum of RGB (Red+Green+Blue) = 142+62+158=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E3E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3E9E is #71C161. Grayscale: #606060. Windows color (decimal): -7455074 or 10370702. OLE color: 10370702.

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

Color convert

RGB14262158-
CMYK0.100.6100.38
HSL290º43.64%43.14%-
HSV(B)290º60.76%61.96%-
XYZ19.0511.6633.6-
YUV96.86162.5160.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.23%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=39.23%
G=17.13%
B=43.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142621580.100.6100.3829043.6443.14
Hex8E3E9EA3D0261222c2b
Octal2167623612750464425453
Binary100011101111101001111010101111010100110100100010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,62,158); }

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

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

 a { background-color: rgb(142,62,158); }

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

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

 span { border-color: rgb(142,62,158); }

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