#8A1E69

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

Shades of Dark Purple #8A1E69

Tints of Dark Purple #8A1E69

Color information

#8A1E69 (or 0x8A1E69) is unknown color: approx Dark Purple. HEX triplet: 8A, 1E and 69. RGB value is (138,30,105). Sum of RGB (Red+Green+Blue) = 138+30+105=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1E69 is #75E196. Grayscale: #464646. Windows color (decimal): -7725463 or 6889098. OLE color: 6889098.

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

Color convert

RGB13830105-
CMYK00.780.240.46
HSL318.33º64.29%32.94%-
HSV(B)318.33º78.26%54.12%-
XYZ13.57.3514.07-
YUV70.84147.28175.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=50.55%
G=10.99%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383010500.780.240.46318.3364.2932.94
Hex8A1E6904E182E13e4021
Octal212361510116305647610041
Binary1000101011110110100101001110110001011101001111101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,30,105); }

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

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

 a { background-color: rgb(138,30,105); }

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

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

 span { border-color: rgb(138,30,105); }

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