#8D1385

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

Shades of Dark Purple #8D1385

Tints of Dark Purple #8D1385

Color information

#8D1385 (or 0x8D1385) is unknown color: approx Dark Purple. HEX triplet: 8D, 13 and 85. RGB value is (141,19,133). Sum of RGB (Red+Green+Blue) = 141+19+133=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1385 is #72EC7A. Grayscale: #444444. Windows color (decimal): -7531643 or 8721293. OLE color: 8721293.

HSL color Cylindrical-coordinate representation of color #8D1385: hue angle of 303.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1385 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14119133-
CMYK00.870.060.45
HSL303.93º76.25%31.37%-
HSV(B)303.93º86.52%55.29%-
XYZ15.457.8222.89-
YUV68.47164.42179.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.12%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=48.12%
G=6.48%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411913300.870.060.45303.9376.2531.37
Hex8D138505762D1304c1f
Octal21523205012765546011437
Binary10001101100111000010101010111110101101100110000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,133); }

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

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

 a { background-color: rgb(141,19,133); }

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

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

 span { border-color: rgb(141,19,133); }

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