#8D2269

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

Shades of Dark Purple #8D2269

Tints of Dark Purple #8D2269

Color information

#8D2269 (or 0x8D2269) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 69. RGB value is (141,34,105). Sum of RGB (Red+Green+Blue) = 141+34+105=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2269 is #72DD96. Grayscale: #494949. Windows color (decimal): -7527831 or 6890125. OLE color: 6890125.

HSL color Cylindrical-coordinate representation of color #8D2269: hue angle of 320.19º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2269 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14134105-
CMYK00.760.260.45
HSL320.19º61.14%34.31%-
HSV(B)320.19º75.89%55.29%-
XYZ14.117.8314.13-
YUV74.09145.45175.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=50.36%
G=12.14%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413410500.760.260.45320.1961.1434.31
Hex8D226904C1A2D1403d22
Octal21542151011432555007542
Binary1000110110001011010010100110011010101101101000000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,105); }

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

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

 a { background-color: rgb(141,34,105); }

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

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

 span { border-color: rgb(141,34,105); }

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