#8A3AA4

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

Shades of Vivid Violet #8A3AA4

Tints of Vivid Violet #8A3AA4

Color information

#8A3AA4 (or 0x8A3AA4) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3A and A4. RGB value is (138,58,164). Sum of RGB (Red+Green+Blue) = 138+58+164=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3AA4 is #75C55B. Grayscale: #5D5D5D. Windows color (decimal): -7718236 or 10762890. OLE color: 10762890.

HSL color Cylindrical-coordinate representation of color #8A3AA4: hue angle of 285.28º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3AA4 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13858164-
CMYK0.160.6500.36
HSL285.28º47.75%43.53%-
HSV(B)285.28º64.63%64.31%-
XYZ18.711.1136.28-
YUV94167.5159.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=38.33%
G=16.11%
B=45.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138581640.160.6500.36285.2847.7543.53
Hex8A3AA4104102411d302c
Octal21272244201010444356054
Binary10001010111010101001001000010000010100100100011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,164); }

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

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

 a { background-color: rgb(138,58,164); }

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

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

 span { border-color: rgb(138,58,164); }

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