#8A1AAD

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

Shades of Vivid Violet #8A1AAD

Tints of Vivid Violet #8A1AAD

Color information

#8A1AAD (or 0x8A1AAD) is unknown color: approx Vivid Violet. HEX triplet: 8A, 1A and AD. RGB value is (138,26,173). Sum of RGB (Red+Green+Blue) = 138+26+173=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1AAD is #75E552. Grayscale: #4B4B4B. Windows color (decimal): -7726419 or 11344522. OLE color: 11344522.

HSL color Cylindrical-coordinate representation of color #8A1AAD: hue angle of 285.71º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1AAD is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13826173-
CMYK0.200.8500.32
HSL285.71º73.87%39.02%-
HSV(B)285.71º84.97%67.84%-
XYZ18.399.1640.33-
YUV76.25182.61172.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=40.95%
G=7.72%
B=51.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138261730.200.8500.32285.7173.8739.02
Hex8A1AAD145502011e4a27
Octal212322552412504043611247
Binary10001010110101010110110100101010101000001000111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,26,173); }

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

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

 a { background-color: rgb(138,26,173); }

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

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

 span { border-color: rgb(138,26,173); }

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