#8D2F6E

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

Shades of Dark Purple #8D2F6E

Tints of Dark Purple #8D2F6E

Color information

#8D2F6E (or 0x8D2F6E) is unknown color: approx Dark Purple. HEX triplet: 8D, 2F and 6E. RGB value is (141,47,110). Sum of RGB (Red+Green+Blue) = 141+47+110=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2F6E is #72D091. Grayscale: #525252. Windows color (decimal): -7524498 or 7221133. OLE color: 7221133.

HSL color Cylindrical-coordinate representation of color #8D2F6E: hue angle of 319.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F6E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB14147110-
CMYK00.670.220.45
HSL319.79º50%36.86%-
HSV(B)319.79º66.67%55.29%-
XYZ14.828.8215.67-
YUV82.29143.64169.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.32%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=47.32%
G=15.77%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414711000.670.220.45319.795036.86
Hex8D2F6E043162D1403225
Octal21557156010326555006245
Binary1000110110111111011100100001110110101101101000000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,47,110); }

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

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

 a { background-color: rgb(141,47,110); }

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

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

 span { border-color: rgb(141,47,110); }

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