#8A246B

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

Shades of Dark Purple #8A246B

Tints of Dark Purple #8A246B

Color information

#8A246B (or 0x8A246B) is unknown color: approx Dark Purple. HEX triplet: 8A, 24 and 6B. RGB value is (138,36,107). Sum of RGB (Red+Green+Blue) = 138+36+107=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A246B is #75DB94. Grayscale: #4A4A4A. Windows color (decimal): -7723925 or 7021706. OLE color: 7021706.

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

Color convert

RGB13836107-
CMYK00.740.220.46
HSL318.24º58.62%34.12%-
HSV(B)318.24º73.91%54.12%-
XYZ13.777.7314.68-
YUV74.59146.29173.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.11%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=49.11%
G=12.81%
B=38.08%

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
Decimal1383610700.740.220.46318.2458.6234.12
Hex8A246B04A162E13e3b22
Octal21244153011226564767342
Binary1000101010010011010110100101010110101110100111110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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