#8A3284

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

Shades of Dark Purple #8A3284

Tints of Dark Purple #8A3284

Color information

#8A3284 (or 0x8A3284) is unknown color: approx Dark Purple. HEX triplet: 8A, 32 and 84. RGB value is (138,50,132). Sum of RGB (Red+Green+Blue) = 138+50+132=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3284 is #75CD7B. Grayscale: #555555. Windows color (decimal): -7720316 or 8663690. OLE color: 8663690.

HSL color Cylindrical-coordinate representation of color #8A3284: hue angle of 304.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3284 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB13850132-
CMYK00.640.040.46
HSL304.09º46.81%36.86%-
HSV(B)304.09º63.77%54.12%-
XYZ15.799.3522.8-
YUV85.66154.15165.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=43.12%
G=15.62%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385013200.640.040.46304.0946.8136.86
Hex8A328404042E1302f25
Octal2126220401004564605745
Binary100010101100101000010001000000100101110100110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,132); }

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

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

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

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

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

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

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