#8D2281

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

Shades of Dark Purple #8D2281

Tints of Dark Purple #8D2281

Color information

#8D2281 (or 0x8D2281) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 81. RGB value is (141,34,129). Sum of RGB (Red+Green+Blue) = 141+34+129=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2281 is #72DD7E. Grayscale: #4C4C4C. Windows color (decimal): -7527807 or 8462989. OLE color: 8462989.

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

Color convert

RGB14134129-
CMYK00.760.090.45
HSL306.73º61.14%34.31%-
HSV(B)306.73º75.89%55.29%-
XYZ15.528.3921.57-
YUV76.82157.45173.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=46.38%
G=11.18%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413412900.760.090.45306.7361.1434.31
Hex8D228104C92D1333d22
Octal21542201011411554637542
Binary1000110110001010000001010011001001101101100110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,129); }

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

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

 a { background-color: rgb(141,34,129); }

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

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

 span { border-color: rgb(141,34,129); }

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