#8D2F81

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

Shades of Dark Purple #8D2F81

Tints of Dark Purple #8D2F81

Color information

#8D2F81 (or 0x8D2F81) is unknown color: approx Dark Purple. HEX triplet: 8D, 2F and 81. RGB value is (141,47,129). Sum of RGB (Red+Green+Blue) = 141+47+129=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2F81 is #72D07E. Grayscale: #545454. Windows color (decimal): -7524479 or 8466317. OLE color: 8466317.

HSL color Cylindrical-coordinate representation of color #8D2F81: hue angle of 307.66º 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 #8D2F81 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14147129-
CMYK00.670.090.45
HSL307.66º50%36.86%-
HSV(B)307.66º66.67%55.29%-
XYZ15.969.2821.72-
YUV84.45153.14168.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 47 (18.75% from 255) = 14.83%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=44.48%
G=14.83%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414712900.670.090.45307.665036.86
Hex8D2F8104392D1343225
Octal21557201010311554646245
Binary1000110110111110000001010000111001101101100110100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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