#8A2D78

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

Shades of Dark Purple #8A2D78

Tints of Dark Purple #8A2D78

Color information

#8A2D78 (or 0x8A2D78) is unknown color: approx Dark Purple. HEX triplet: 8A, 2D and 78. RGB value is (138,45,120). Sum of RGB (Red+Green+Blue) = 138+45+120=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D78 is #75D287. Grayscale: #515151. Windows color (decimal): -7721608 or 7875978. OLE color: 7875978.

HSL color Cylindrical-coordinate representation of color #8A2D78: hue angle of 311.61º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D78 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB13845120-
CMYK00.670.130.46
HSL311.61º50.82%35.88%-
HSV(B)311.61º67.39%54.12%-
XYZ14.818.6418.66-
YUV81.36149.81168.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 45 (17.97% from 255) = 14.85%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=45.54%
G=14.85%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384512000.670.130.46311.6150.8235.88
Hex8A2D78043D2E1383324
Octal21255170010315564706344
Binary100010101011011111000010000111101101110100111000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,45,120); }

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

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

 a { background-color: rgb(138,45,120); }

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

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

 span { border-color: rgb(138,45,120); }

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