#8E3485

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

Shades of Dark Purple #8E3485

Tints of Dark Purple #8E3485

Color information

#8E3485 (or 0x8E3485) is unknown color: approx Dark Purple. HEX triplet: 8E, 34 and 85. RGB value is (142,52,133). Sum of RGB (Red+Green+Blue) = 142+52+133=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3485 is #71CB7A. Grayscale: #575757. Windows color (decimal): -7457659 or 8729742. OLE color: 8729742.

HSL color Cylindrical-coordinate representation of color #8E3485: hue angle of 306º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3485 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14252133-
CMYK00.630.060.44
HSL306º46.39%38.04%-
HSV(B)306º63.38%55.69%-
XYZ16.629.923.23-
YUV88.14153.32166.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=43.43%
G=15.90%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425213300.630.060.4430646.3938.04
Hex8E348503F62C1322e26
Octal216642050776544625646
Binary10001110110100100001010111111110101100100110010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,133); }

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

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

 a { background-color: rgb(142,52,133); }

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

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

 span { border-color: rgb(142,52,133); }

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