#8A4075

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

Shades of Dark Purple #8A4075

Tints of Dark Purple #8A4075

Color information

#8A4075 (or 0x8A4075) is unknown color: approx Dark Purple. HEX triplet: 8A, 40 and 75. RGB value is (138,64,117). Sum of RGB (Red+Green+Blue) = 138+64+117=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4075 is #75BF8A. Grayscale: #5C5C5C. Windows color (decimal): -7716747 or 7684234. OLE color: 7684234.

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

Color convert

RGB13864117-
CMYK00.540.150.46
HSL317.03º36.63%39.61%-
HSV(B)317.03º53.62%54.12%-
XYZ15.5310.3518.01-
YUV92.17142.02160.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=43.26%
G=20.06%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386411700.540.150.46317.0336.6339.61
Hex8A4075036F2E13d2528
Octal21210016506617564754550
Binary100010101000000111010101101101111101110100111101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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