#8D2883

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

Shades of Dark Purple #8D2883

Tints of Dark Purple #8D2883

Color information

#8D2883 (or 0x8D2883) is unknown color: approx Dark Purple. HEX triplet: 8D, 28 and 83. RGB value is (141,40,131). Sum of RGB (Red+Green+Blue) = 141+40+131=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2883 is #72D77C. Grayscale: #505050. Windows color (decimal): -7526269 or 8595597. OLE color: 8595597.

HSL color Cylindrical-coordinate representation of color #8D2883: hue angle of 305.94º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2883 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14140131-
CMYK00.720.070.45
HSL305.94º55.8%35.49%-
HSV(B)305.94º71.63%55.29%-
XYZ15.848.8222.34-
YUV80.57156.46171.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.19%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=45.19%
G=12.82%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414013100.720.070.45305.9455.835.49
Hex8D288304872D1323823
Octal2155020301107554627043
Binary100011011010001000001101001000111101101100110010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,40,131); }

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

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

 a { background-color: rgb(141,40,131); }

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

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

 span { border-color: rgb(141,40,131); }

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