#8D237C

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

Shades of Dark Purple #8D237C

Tints of Dark Purple #8D237C

Color information

#8D237C (or 0x8D237C) is unknown color: approx Dark Purple. HEX triplet: 8D, 23 and 7C. RGB value is (141,35,124). Sum of RGB (Red+Green+Blue) = 141+35+124=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D237C is #72DC83. Grayscale: #4C4C4C. Windows color (decimal): -7527556 or 8135565. OLE color: 8135565.

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

Color convert

RGB14135124-
CMYK00.750.120.45
HSL309.62º60.23%34.51%-
HSV(B)309.62º75.18%55.29%-
XYZ15.228.3219.87-
YUV76.84154.62173.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=47%
G=11.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413512400.750.120.45309.6260.2334.51
Hex8D237C04BC2D1363c23
Octal21543174011314554667443
Binary100011011000111111100010010111100101101100110110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,124); }

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

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

 a { background-color: rgb(141,35,124); }

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

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

 span { border-color: rgb(141,35,124); }

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