#8E3CAB

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

Shades of Vivid Violet #8E3CAB

Tints of Vivid Violet #8E3CAB

Color information

#8E3CAB (or 0x8E3CAB) is unknown color: approx Vivid Violet. HEX triplet: 8E, 3C and AB. RGB value is (142,60,171). Sum of RGB (Red+Green+Blue) = 142+60+171=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3CAB is #71C354. Grayscale: #606060. Windows color (decimal): -7455573 or 11222158. OLE color: 11222158.

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

Color convert

RGB14260171-
CMYK0.170.6500.33
HSL284.32º48.05%45.29%-
HSV(B)284.32º64.91%67.06%-
XYZ20.1211.9239.77-
YUV97.17169.67159.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=38.07%
G=16.09%
B=45.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142601710.170.6500.33284.3248.0545.29
Hex8E3CAB114102111c302d
Octal21674253211010414346055
Binary10001110111100101010111000110000010100001100011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,171); }

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

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

 a { background-color: rgb(142,60,171); }

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

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

 span { border-color: rgb(142,60,171); }

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