#8A0D74

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

Shades of Dark Purple #8A0D74

Tints of Dark Purple #8A0D74

Color information

#8A0D74 (or 0x8A0D74) is unknown color: approx Dark Purple. HEX triplet: 8A, 0D and 74. RGB value is (138,13,116). Sum of RGB (Red+Green+Blue) = 138+13+116=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D74 is #75F28B. Grayscale: #3D3D3D. Windows color (decimal): -7729804 or 7605642. OLE color: 7605642.

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

Color convert

RGB13813116-
CMYK00.910.160.46
HSL310.56º82.78%29.61%-
HSV(B)310.56º90.58%54.12%-
XYZ13.786.9517.14-
YUV62.12158.41182.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=51.69%
G=4.87%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381311600.910.160.46310.5682.7829.61
Hex8AD7405B102E137531e
Octal212151640133205646712336
Binary10001010110111101000101101110000101110100110111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,116); }

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

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

 a { background-color: rgb(138,13,116); }

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

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

 span { border-color: rgb(138,13,116); }

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