#8A3DA1

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

Shades of Vivid Violet #8A3DA1

Tints of Vivid Violet #8A3DA1

Color information

#8A3DA1 (or 0x8A3DA1) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3D and A1. RGB value is (138,61,161). Sum of RGB (Red+Green+Blue) = 138+61+161=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #8A3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3DA1 is #75C25E. Grayscale: #5F5F5F. Windows color (decimal): -7717471 or 10567050. OLE color: 10567050.

HSL color Cylindrical-coordinate representation of color #8A3DA1: hue angle of 286.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3DA1 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13861161-
CMYK0.140.6200.37
HSL286.2º45.05%43.53%-
HSV(B)286.2º62.11%63.14%-
XYZ18.5811.3134.92-
YUV95.42165.01158.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 161 (63.28% from 255) = 44.72%
R=38.33%
G=16.94%
B=44.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138611610.140.6200.37286.245.0543.53
Hex8A3DA1E3E02511e2d2c
Octal2127524116760454365554
Binary100010101111011010000111101111100100101100011110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,161); }

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

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

 a { background-color: rgb(138,61,161); }

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

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

 span { border-color: rgb(138,61,161); }

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