#8A246E

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

Shades of Dark Purple #8A246E

Tints of Dark Purple #8A246E

Color information

#8A246E (or 0x8A246E) is unknown color: approx Dark Purple. HEX triplet: 8A, 24 and 6E. RGB value is (138,36,110). Sum of RGB (Red+Green+Blue) = 138+36+110=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A246E is #75DB91. Grayscale: #4A4A4A. Windows color (decimal): -7723922 or 7218314. OLE color: 7218314.

HSL color Cylindrical-coordinate representation of color #8A246E: hue angle of 316.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A246E is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13836110-
CMYK00.740.200.46
HSL316.47º58.62%34.12%-
HSV(B)316.47º73.91%54.12%-
XYZ13.937.7915.52-
YUV74.93147.79172.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.59%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=48.59%
G=12.68%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383611000.740.200.46316.4758.6234.12
Hex8A246E04A142E13c3b22
Octal21244156011224564747342
Binary1000101010010011011100100101010100101110100111100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,110); }

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

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

 a { background-color: rgb(138,36,110); }

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

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

 span { border-color: rgb(138,36,110); }

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