#8e1ca6

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

Shades of Vivid Violet #8E1CA6

Tints of Vivid Violet #8E1CA6

Color information

#8E1CA6 (or 0x8E1CA6) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1C and A6. RGB value is (142,28,166). Sum of RGB (Red+Green+Blue) = 142+28+166=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #8E1CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1CA6 is #71E359. Grayscale: #4D4D4D. Windows color (decimal): -7463770 or 10886286. OLE color: 10886286.

HSL color Cylindrical-coordinate representation of color #8E1CA6: hue angle of 289.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1CA6 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14228166-
CMYK0.140.8300.35
HSL289.57º71.13%38.04%-
HSV(B)289.57º83.13%65.1%-
XYZ18.459.3336.91-
YUV77.82177.77173.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 166 (65.23% from 255) = 49.40%
R=42.26%
G=8.33%
B=49.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142281660.140.8300.35289.5771.1338.04
Hex8E1CA6E530231224726
Octal216342461612304344210746
Binary1000111011100101001101110101001101000111001000101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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