#8A3A75

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

Shades of Dark Purple #8A3A75

Tints of Dark Purple #8A3A75

Color information

#8A3A75 (or 0x8A3A75) is unknown color: approx Dark Purple. HEX triplet: 8A, 3A and 75. RGB value is (138,58,117). Sum of RGB (Red+Green+Blue) = 138+58+117=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A75 is #75C58A. Grayscale: #585858. Windows color (decimal): -7718283 or 7682698. OLE color: 7682698.

HSL color Cylindrical-coordinate representation of color #8A3A75: hue angle of 315.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A75 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13858117-
CMYK00.580.150.46
HSL315.75º40.82%38.43%-
HSV(B)315.75º57.97%54.12%-
XYZ15.219.7117.9-
YUV88.65144163.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=44.09%
G=18.53%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385811700.580.150.46315.7540.8238.43
Hex8A3A7503AF2E13c2926
Octal2127216507217564745146
Binary10001010111010111010101110101111101110100111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,117); }

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

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

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

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

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

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

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