#8D2270

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

Shades of Dark Purple #8D2270

Tints of Dark Purple #8D2270

Color information

#8D2270 (or 0x8D2270) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 70. RGB value is (141,34,112). Sum of RGB (Red+Green+Blue) = 141+34+112=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2270 is #72DD8F. Grayscale: #4A4A4A. Windows color (decimal): -7527824 or 7348877. OLE color: 7348877.

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

Color convert

RGB14134112-
CMYK00.760.210.45
HSL316.26º61.14%34.31%-
HSV(B)316.26º75.89%55.29%-
XYZ14.487.9816.11-
YUV74.88148.95175.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=49.13%
G=11.85%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413411200.760.210.45316.2661.1434.31
Hex8D227004C152D13c3d22
Octal21542160011425554747542
Binary1000110110001011100000100110010101101101100111100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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