#8E1E95

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

Shades of Vivid Violet #8E1E95

Tints of Vivid Violet #8E1E95

Color information

#8E1E95 (or 0x8E1E95) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1E and 95. RGB value is (142,30,149). Sum of RGB (Red+Green+Blue) = 142+30+149=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E1E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1E95 is #71E16A. Grayscale: #4C4C4C. Windows color (decimal): -7463275 or 9772686. OLE color: 9772686.

HSL color Cylindrical-coordinate representation of color #8E1E95: hue angle of 296.47º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1E95 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14230149-
CMYK0.050.8000.42
HSL296.47º66.48%35.1%-
HSV(B)296.47º79.87%58.43%-
XYZ17.048.8529.24-
YUV77.05168.61174.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=44.24%
G=9.35%
B=46.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142301490.050.8000.42296.4766.4835.1
Hex8E1E9555002A1284223
Octal21636225512005245010243
Binary100011101111010010101101101000001010101001010001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,149); }

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

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

 a { background-color: rgb(142,30,149); }

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

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

 span { border-color: rgb(142,30,149); }

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