#8E2FAB

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

Shades of Vivid Violet #8E2FAB

Tints of Vivid Violet #8E2FAB

Color information

#8E2FAB (or 0x8E2FAB) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2F and AB. RGB value is (142,47,171). Sum of RGB (Red+Green+Blue) = 142+47+171=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2FAB is #71D054. Grayscale: #595959. Windows color (decimal): -7458901 or 11218830. OLE color: 11218830.

HSL color Cylindrical-coordinate representation of color #8E2FAB: hue angle of 285.97º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2FAB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14247171-
CMYK0.170.7300.33
HSL285.97º56.88%42.75%-
HSV(B)285.97º72.51%67.06%-
XYZ19.5210.7239.57-
YUV89.54173.97165.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 47 (18.75% from 255) = 13.06%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=39.44%
G=13.06%
B=47.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142471710.170.7300.33285.9756.8842.75
Hex8E2FAB114902111e392b
Octal21657253211110414367153
Binary10001110101111101010111000110010010100001100011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,171); }

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

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

 a { background-color: rgb(142,47,171); }

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

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

 span { border-color: rgb(142,47,171); }

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