#8A246C

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

Shades of Dark Purple #8A246C

Tints of Dark Purple #8A246C

Color information

#8A246C (or 0x8A246C) is unknown color: approx Dark Purple. HEX triplet: 8A, 24 and 6C. RGB value is (138,36,108). Sum of RGB (Red+Green+Blue) = 138+36+108=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A246C is #75DB93. Grayscale: #4A4A4A. Windows color (decimal): -7723924 or 7087242. OLE color: 7087242.

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

Color convert

RGB13836108-
CMYK00.740.220.46
HSL317.65º58.62%34.12%-
HSV(B)317.65º73.91%54.12%-
XYZ13.827.7514.95-
YUV74.71146.79173.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=48.94%
G=12.77%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383610800.740.220.46317.6558.6234.12
Hex8A246C04A162E13e3b22
Octal21244154011226564767342
Binary1000101010010011011000100101010110101110100111110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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