#8e1c9a

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

Shades of Vivid Violet #8E1C9A

Tints of Vivid Violet #8E1C9A

Color information

#8E1C9A (or 0x8E1C9A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1C and 9A. RGB value is (142,28,154). Sum of RGB (Red+Green+Blue) = 142+28+154=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E1C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1C9A is #71E365. Grayscale: #4C4C4C. Windows color (decimal): -7463782 or 10099854. OLE color: 10099854.

HSL color Cylindrical-coordinate representation of color #8E1C9A: hue angle of 294.29º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1C9A is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14228154-
CMYK0.080.8200.40
HSL294.29º69.23%35.69%-
HSV(B)294.29º81.82%60.39%-
XYZ17.48.9131.38-
YUV76.45171.77174.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=43.83%
G=8.64%
B=47.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142281540.080.8200.40294.2969.2335.69
Hex8E1C9A8520281264524
Octal216342321012205044610544
Binary1000111011100100110101000101001001010001001001101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1c9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,28,154); }

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

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

 a { background-color: rgb(142,28,154); }

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

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

 span { border-color: rgb(142,28,154); }

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