#8E419D

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

Shades of Vivid Violet #8E419D

Tints of Vivid Violet #8E419D

Color information

#8E419D (or 0x8E419D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 41 and 9D. RGB value is (142,65,157). Sum of RGB (Red+Green+Blue) = 142+65+157=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E419D is #71BE62. Grayscale: #626262. Windows color (decimal): -7454307 or 10305934. OLE color: 10305934.

HSL color Cylindrical-coordinate representation of color #8E419D: hue angle of 290.22º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E419D is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14265157-
CMYK0.100.5900.38
HSL290.22º41.44%43.53%-
HSV(B)290.22º58.6%61.57%-
XYZ19.1311.9733.2-
YUV98.51161.01159.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 65 (25.78% from 255) = 17.86%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=39.01%
G=17.86%
B=43.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142651570.100.5900.38290.2241.4443.53
Hex8E419DA3B026122292c
Octal21610123512730464425154
Binary1000111010000011001110110101110110100110100100010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,157); }

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

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

 a { background-color: rgb(142,65,157); }

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

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

 span { border-color: rgb(142,65,157); }

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