#8E2BAA

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

Shades of Vivid Violet #8E2BAA

Tints of Vivid Violet #8E2BAA

Color information

#8E2BAA (or 0x8E2BAA) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2B and AA. RGB value is (142,43,170). Sum of RGB (Red+Green+Blue) = 142+43+170=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2BAA is #71D455. Grayscale: #565656. Windows color (decimal): -7459926 or 11152270. OLE color: 11152270.

HSL color Cylindrical-coordinate representation of color #8E2BAA: hue angle of 286.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2BAA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14243170-
CMYK0.160.7500.33
HSL286.77º59.62%41.76%-
HSV(B)286.77º74.71%66.67%-
XYZ19.2710.3839.02-
YUV87.08174.8167.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=40%
G=12.11%
B=47.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142431700.160.7500.33286.7759.6241.76
Hex8E2BAA104B02111f3c2a
Octal21653252201130414377452
Binary10001110101011101010101000010010110100001100011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,43,170); }

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

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

 a { background-color: rgb(142,43,170); }

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

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

 span { border-color: rgb(142,43,170); }

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