#8A3EAB

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

Shades of Vivid Violet #8A3EAB

Tints of Vivid Violet #8A3EAB

Color information

#8A3EAB (or 0x8A3EAB) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3E and AB. RGB value is (138,62,171). Sum of RGB (Red+Green+Blue) = 138+62+171=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3EAB is #75C154. Grayscale: #606060. Windows color (decimal): -7717205 or 11222666. OLE color: 11222666.

HSL color Cylindrical-coordinate representation of color #8A3EAB: hue angle of 281.83º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3EAB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13862171-
CMYK0.190.6400.33
HSL281.83º46.78%45.69%-
HSV(B)281.83º63.74%67.06%-
XYZ19.5511.7939.77-
YUV97.15169.68157.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=37.20%
G=16.71%
B=46.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138621710.190.6400.33281.8346.7845.69
Hex8A3EAB134002111a2f2e
Octal21276253231000414325756
Binary10001010111110101010111001110000000100001100011010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,62,171); }

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

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

 a { background-color: rgb(138,62,171); }

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

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

 span { border-color: rgb(138,62,171); }

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