#8A3C82

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

Shades of Vivid Violet #8A3C82

Tints of Vivid Violet #8A3C82

Color information

#8A3C82 (or 0x8A3C82) is unknown color: approx Vivid Violet. HEX triplet: 8A, 3C and 82. RGB value is (138,60,130). Sum of RGB (Red+Green+Blue) = 138+60+130=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3C82 is #75C37D. Grayscale: #5B5B5B. Windows color (decimal): -7717758 or 8535178. OLE color: 8535178.

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

Color convert

RGB13860130-
CMYK00.570.060.46
HSL306.15º39.39%38.82%-
HSV(B)306.15º56.52%54.12%-
XYZ16.1310.2522.25-
YUV91.3149.84161.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.07%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=42.07%
G=18.29%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386013000.570.060.46306.1539.3938.82
Hex8A3C8203962E1322727
Octal212742020716564624747
Binary10001010111100100000100111001110101110100110010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,60,130); }

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

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

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

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

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

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

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