#8A126C

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

Shades of Dark Purple #8A126C

Tints of Dark Purple #8A126C

Color information

#8A126C (or 0x8A126C) is unknown color: approx Dark Purple. HEX triplet: 8A, 12 and 6C. RGB value is (138,18,108). Sum of RGB (Red+Green+Blue) = 138+18+108=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A126C is #75ED93. Grayscale: #3F3F3F. Windows color (decimal): -7728532 or 7082634. OLE color: 7082634.

HSL color Cylindrical-coordinate representation of color #8A126C: hue angle of 315º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A126C is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13818108-
CMYK00.870.220.46
HSL315º76.92%30.59%-
HSV(B)315º86.96%54.12%-
XYZ13.46.9214.82-
YUV64.14152.76180.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=52.27%
G=6.82%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381810800.870.220.4631576.9230.59
Hex8A126C057162E13b4d1f
Octal212221540127265647311537
Binary100010101001011011000101011110110101110100111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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