#8D1284

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

Shades of Dark Purple #8D1284

Tints of Dark Purple #8D1284

Color information

#8D1284 (or 0x8D1284) is unknown color: approx Dark Purple. HEX triplet: 8D, 12 and 84. RGB value is (141,18,132). Sum of RGB (Red+Green+Blue) = 141+18+132=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1284 is #72ED7B. Grayscale: #434343. Windows color (decimal): -7531900 or 8655501. OLE color: 8655501.

HSL color Cylindrical-coordinate representation of color #8D1284: hue angle of 304.39º degrees, saturation: 0.77, 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 #8D1284 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14118132-
CMYK00.870.060.45
HSL304.39º77.36%31.18%-
HSV(B)304.39º87.23%55.29%-
XYZ15.377.7622.52-
YUV67.77164.25180.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=48.45%
G=6.19%
B=45.36%

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
Decimal1411813200.870.060.45304.3977.3631.18
Hex8D128405762D1304d1f
Octal21522204012765546011537
Binary10001101100101000010001010111110101101100110000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,18,132); }

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

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

 a { background-color: rgb(141,18,132); }

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

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

 span { border-color: rgb(141,18,132); }

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