#8E1DA5

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

Shades of Vivid Violet #8E1DA5

Tints of Vivid Violet #8E1DA5

Color information

#8E1DA5 (or 0x8E1DA5) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1D and A5. RGB value is (142,29,165). Sum of RGB (Red+Green+Blue) = 142+29+165=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E1DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1DA5 is #71E25A. Grayscale: #4D4D4D. Windows color (decimal): -7463515 or 10821006. OLE color: 10821006.

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

Color convert

RGB14229165-
CMYK0.140.8200.35
HSL289.85º70.1%38.04%-
HSV(B)289.85º82.42%64.71%-
XYZ18.399.3536.43-
YUV78.29176.94173.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 29 (11.72% from 255) = 8.63%
BLUE value IS 165 (64.84% from 255) = 49.11%
R=42.26%
G=8.63%
B=49.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142291650.140.8200.35289.8570.138.04
Hex8E1DA5E520231224626
Octal216352451612204344210646
Binary1000111011101101001011110101001001000111001000101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,29,165); }

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

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

 a { background-color: rgb(142,29,165); }

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

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

 span { border-color: rgb(142,29,165); }

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