#8D2B83

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

Shades of Dark Purple #8D2B83

Tints of Dark Purple #8D2B83

Color information

#8D2B83 (or 0x8D2B83) is unknown color: approx Dark Purple. HEX triplet: 8D, 2B and 83. RGB value is (141,43,131). Sum of RGB (Red+Green+Blue) = 141+43+131=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2B83 is #72D47C. Grayscale: #525252. Windows color (decimal): -7525501 or 8596365. OLE color: 8596365.

HSL color Cylindrical-coordinate representation of color #8D2B83: hue angle of 306.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D2B83 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB14143131-
CMYK00.700.070.45
HSL306.12º53.26%36.08%-
HSV(B)306.12º69.5%55.29%-
XYZ15.959.0322.38-
YUV82.33155.47169.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=44.76%
G=13.65%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414313100.700.070.45306.1253.2636.08
Hex8D2B8304672D1323524
Octal2155320301067554626544
Binary100011011010111000001101000110111101101100110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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