#8D267D

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

Shades of Dark Purple #8D267D

Tints of Dark Purple #8D267D

Color information

#8D267D (or 0x8D267D) is unknown color: approx Dark Purple. HEX triplet: 8D, 26 and 7D. RGB value is (141,38,125). Sum of RGB (Red+Green+Blue) = 141+38+125=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D267D is #72D982. Grayscale: #4E4E4E. Windows color (decimal): -7526787 or 8201869. OLE color: 8201869.

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

Color convert

RGB14138125-
CMYK00.730.110.45
HSL309.32º57.54%35.1%-
HSV(B)309.32º73.05%55.29%-
XYZ15.388.5320.24-
YUV78.72154.12172.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=46.38%
G=12.5%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413812500.730.110.45309.3257.5435.1
Hex8D267D049B2D1353a23
Octal21546175011113554657243
Binary100011011001101111101010010011011101101100110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,125); }

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

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

 a { background-color: rgb(141,38,125); }

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

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

 span { border-color: rgb(141,38,125); }

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