#8A418A

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

Shades of Vivid Violet #8A418A

Tints of Vivid Violet #8A418A

Color information

#8A418A (or 0x8A418A) is unknown color: approx Vivid Violet. HEX triplet: 8A, 41 and 8A. RGB value is (138,65,138). Sum of RGB (Red+Green+Blue) = 138+65+138=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A418A is #75BE75. Grayscale: #5E5E5E. Windows color (decimal): -7716470 or 9060746. OLE color: 9060746.

HSL color Cylindrical-coordinate representation of color #8A418A: hue angle of 300º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A418A is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13865138-
CMYK00.5300.46
HSL300º35.96%39.8%-
HSV(B)300º52.9%54.12%-
XYZ16.9611.0225.28-
YUV95.15152.18158.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=40.47%
G=19.06%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386513800.5300.4630035.9639.8
Hex8A418A03502E12c2428
Octal2121012120650564544450
Binary1000101010000011000101001101010101110100101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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