#8E36AB

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

Shades of Vivid Violet #8E36AB

Tints of Vivid Violet #8E36AB

Color information

#8E36AB (or 0x8E36AB) is unknown color: approx Vivid Violet. HEX triplet: 8E, 36 and AB. RGB value is (142,54,171). Sum of RGB (Red+Green+Blue) = 142+54+171=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E36AB is #71C954. Grayscale: #5D5D5D. Windows color (decimal): -7457109 or 11220622. OLE color: 11220622.

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

Color convert

RGB14254171-
CMYK0.170.6800.33
HSL285.13º52%44.12%-
HSV(B)285.13º68.42%67.06%-
XYZ19.8311.3339.67-
YUV93.65171.65162.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 54 (21.48% from 255) = 14.71%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=38.69%
G=14.71%
B=46.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142541710.170.6800.33285.135244.12
Hex8E36AB114402111d342c
Octal21666253211040414356454
Binary10001110110110101010111000110001000100001100011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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