#8A41A4

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

Shades of Vivid Violet #8A41A4

Tints of Vivid Violet #8A41A4

Color information

#8A41A4 (or 0x8A41A4) is unknown color: approx Vivid Violet. HEX triplet: 8A, 41 and A4. RGB value is (138,65,164). Sum of RGB (Red+Green+Blue) = 138+65+164=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A41A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A41A4 is #75BE5B. Grayscale: #616161. Windows color (decimal): -7716444 or 10764682. OLE color: 10764682.

HSL color Cylindrical-coordinate representation of color #8A41A4: hue angle of 284.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A41A4 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13865164-
CMYK0.160.6000.36
HSL284.24º43.23%44.9%-
HSV(B)284.24º60.37%64.31%-
XYZ19.0711.8636.41-
YUV98.11165.18156.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=37.60%
G=17.71%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138651640.160.6000.36284.2443.2344.9
Hex8A41A4103C02411c2b2d
Octal21210124420740444345355
Binary10001010100000110100100100001111000100100100011100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A41A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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