#8D1C8A

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

Shades of Dark Purple #8D1C8A

Tints of Dark Purple #8D1C8A

Color information

#8D1C8A (or 0x8D1C8A) is unknown color: approx Dark Purple. HEX triplet: 8D, 1C and 8A. RGB value is (141,28,138). Sum of RGB (Red+Green+Blue) = 141+28+138=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1C8A is #72E375. Grayscale: #4A4A4A. Windows color (decimal): -7529334 or 9051277. OLE color: 9051277.

HSL color Cylindrical-coordinate representation of color #8D1C8A: hue angle of 301.59º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C8A is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14128138-
CMYK00.800.020.45
HSL301.59º66.86%33.14%-
HSV(B)301.59º80.14%55.29%-
XYZ15.998.3324.81-
YUV74.33163.94175.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=45.93%
G=9.12%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412813800.800.020.45301.5966.8633.14
Hex8D1C8A05022D12e4321
Octal21534212012025545610341
Binary10001101111001000101001010000101011011001011101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,138); }

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

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

 a { background-color: rgb(141,28,138); }

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

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

 span { border-color: rgb(141,28,138); }

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