#8E35AC

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

Shades of Vivid Violet #8E35AC

Tints of Vivid Violet #8E35AC

Color information

#8E35AC (or 0x8E35AC) is unknown color: approx Vivid Violet. HEX triplet: 8E, 35 and AC. RGB value is (142,53,172). Sum of RGB (Red+Green+Blue) = 142+53+172=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E35AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E35AC is #71CA53. Grayscale: #5C5C5C. Windows color (decimal): -7457364 or 11285902. OLE color: 11285902.

HSL color Cylindrical-coordinate representation of color #8E35AC: hue angle of 284.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E35AC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14253172-
CMYK0.170.6900.33
HSL284.87º52.89%44.12%-
HSV(B)284.87º69.19%67.45%-
XYZ19.8711.2840.16-
YUV93.18172.49162.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=38.69%
G=14.44%
B=46.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142531720.170.6900.33284.8752.8944.12
Hex8E35AC114502111d352c
Octal21665254211050414356554
Binary10001110110101101011001000110001010100001100011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,172); }

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

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

 a { background-color: rgb(142,53,172); }

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

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

 span { border-color: rgb(142,53,172); }

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