#8A1768

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

Shades of Dark Purple #8A1768

Tints of Dark Purple #8A1768

Color information

#8A1768 (or 0x8A1768) is unknown color: approx Dark Purple. HEX triplet: 8A, 17 and 68. RGB value is (138,23,104). Sum of RGB (Red+Green+Blue) = 138+23+104=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1768 is #75E897. Grayscale: #424242. Windows color (decimal): -7727256 or 6821770. OLE color: 6821770.

HSL color Cylindrical-coordinate representation of color #8A1768: hue angle of 317.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1768 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13823104-
CMYK00.830.250.46
HSL317.74º71.43%31.57%-
HSV(B)317.74º83.33%54.12%-
XYZ13.297.0213.75-
YUV66.62149.1178.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=52.08%
G=8.68%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1382310400.830.250.46317.7471.4331.57
Hex8A1768053192E13e4720
Octal212271500123315647610740
Binary1000101010111110100001010011110011011101001111101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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