#8A247E

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

Shades of Dark Purple #8A247E

Tints of Dark Purple #8A247E

Color information

#8A247E (or 0x8A247E) is unknown color: approx Dark Purple. HEX triplet: 8A, 24 and 7E. RGB value is (138,36,126). Sum of RGB (Red+Green+Blue) = 138+36+126=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A247E is #75DB81. Grayscale: #4C4C4C. Windows color (decimal): -7723906 or 8266890. OLE color: 8266890.

HSL color Cylindrical-coordinate representation of color #8A247E: hue angle of 307.06º 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 #8A247E is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13836126-
CMYK00.740.090.46
HSL307.06º58.62%34.12%-
HSV(B)307.06º73.91%54.12%-
XYZ14.888.1720.53-
YUV76.76155.79171.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 126 (49.61% from 255) = 42%
R=46%
G=12%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383612600.740.090.46307.0658.6234.12
Hex8A247E04A92E1333b22
Octal21244176011211564637342
Binary100010101001001111110010010101001101110100110011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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