#8E38AD

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

Shades of Vivid Violet #8E38AD

Tints of Vivid Violet #8E38AD

Color information

#8E38AD (or 0x8E38AD) is unknown color: approx Vivid Violet. HEX triplet: 8E, 38 and AD. RGB value is (142,56,173). Sum of RGB (Red+Green+Blue) = 142+56+173=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E38AD is #71C752. Grayscale: #5E5E5E. Windows color (decimal): -7456595 or 11352206. OLE color: 11352206.

HSL color Cylindrical-coordinate representation of color #8E38AD: hue angle of 284.1º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E38AD is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14256173-
CMYK0.180.6800.32
HSL284.1º51.09%44.9%-
HSV(B)284.1º67.63%67.84%-
XYZ20.1111.640.71-
YUV95.05171.99161.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=38.27%
G=15.09%
B=46.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142561730.180.6800.32284.151.0944.9
Hex8E38AD124402011c332d
Octal21670255221040404346355
Binary10001110111000101011011001010001000100000100011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,173); }

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

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

 a { background-color: rgb(142,56,173); }

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

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

 span { border-color: rgb(142,56,173); }

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