#8A1568

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

Shades of Dark Purple #8A1568

Tints of Dark Purple #8A1568

Color information

#8A1568 (or 0x8A1568) is unknown color: approx Dark Purple. HEX triplet: 8A, 15 and 68. RGB value is (138,21,104). Sum of RGB (Red+Green+Blue) = 138+21+104=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1568 is #75EA97. Grayscale: #414141. Windows color (decimal): -7727768 or 6821258. OLE color: 6821258.

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

Color convert

RGB13821104-
CMYK00.850.250.46
HSL317.44º73.58%31.18%-
HSV(B)317.44º84.78%54.12%-
XYZ13.256.9413.74-
YUV65.44149.76179.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=52.47%
G=7.98%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382110400.850.250.46317.4473.5831.18
Hex8A1568055192E13d4a1f
Octal212251500125315647511237
Binary100010101010111010000101010111001101110100111101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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