#8E418D

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

Shades of Vivid Violet #8E418D

Tints of Vivid Violet #8E418D

Color information

#8E418D (or 0x8E418D) is unknown color: approx Vivid Violet. HEX triplet: 8E, 41 and 8D. RGB value is (142,65,141). Sum of RGB (Red+Green+Blue) = 142+65+141=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E418D is #71BE72. Grayscale: #606060. Windows color (decimal): -7454323 or 9257358. OLE color: 9257358.

HSL color Cylindrical-coordinate representation of color #8E418D: hue angle of 300.78º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E418D is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14265141-
CMYK00.540.010.44
HSL300.78º37.2%40.59%-
HSV(B)300.78º54.23%55.69%-
XYZ17.8511.4526.47-
YUV96.69153.01160.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=40.80%
G=18.68%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426514100.540.010.44300.7837.240.59
Hex8E418D03612C12d2529
Octal2161012150661544554551
Binary1000111010000011000110101101101101100100101101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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