#8A3082

Color #8A3082 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8A3082

Tints of Dark Purple #8A3082

Color information

#8A3082 (or 0x8A3082) is unknown color: approx Dark Purple. HEX triplet: 8A, 30 and 82. RGB value is (138,48,130). Sum of RGB (Red+Green+Blue) = 138+48+130=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3082 is #75CF7D. Grayscale: #545454. Windows color (decimal): -7720830 or 8532106. OLE color: 8532106.

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

Color convert

RGB13848130-
CMYK00.650.060.46
HSL305.33º48.39%36.47%-
HSV(B)305.33º65.22%54.12%-
XYZ15.579.1322.06-
YUV84.26153.82166.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=43.67%
G=15.19%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384813000.650.060.46305.3348.3936.47
Hex8A308204162E1313024
Octal2126020201016564616044
Binary100010101100001000001001000001110101110100110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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