#8a1569

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

Shades of Dark Purple #8A1569

Tints of Dark Purple #8A1569

Color information

#8A1569 (or 0x8A1569) is unknown color: approx Dark Purple. HEX triplet: 8A, 15 and 69. RGB value is (138,21,105). Sum of RGB (Red+Green+Blue) = 138+21+105=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1569 is #75EA96. Grayscale: #414141. Windows color (decimal): -7727767 or 6886794. OLE color: 6886794.

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

Color convert

RGB13821105-
CMYK00.850.240.46
HSL316.92º73.58%31.18%-
HSV(B)316.92º84.78%54.12%-
XYZ13.36.9614.01-
YUV65.56150.26179.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=52.27%
G=7.95%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382110500.850.240.46316.9273.5831.18
Hex8A1569055182E13d4a1f
Octal212251510125305647511237
Binary100010101010111010010101010111000101110100111101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,105); }

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

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

 a { background-color: rgb(138,21,105); }

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

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

 span { border-color: rgb(138,21,105); }

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