#8e1faa

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

Shades of Vivid Violet #8E1FAA

Tints of Vivid Violet #8E1FAA

Color information

#8E1FAA (or 0x8E1FAA) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1F and AA. RGB value is (142,31,170). Sum of RGB (Red+Green+Blue) = 142+31+170=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1FAA is #71E055. Grayscale: #4F4F4F. Windows color (decimal): -7462998 or 11149198. OLE color: 11149198.

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

Color convert

RGB14231170-
CMYK0.160.8200.33
HSL287.91º69.15%39.41%-
HSV(B)287.91º81.76%66.67%-
XYZ18.99.6338.89-
YUV80.04178.77172.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=41.40%
G=9.04%
B=49.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142311700.160.8200.33287.9169.1539.41
Hex8E1FAA10520211204527
Octal216372522012204144010547
Binary10001110111111010101010000101001001000011001000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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