#8D2274

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

Shades of Dark Purple #8D2274

Tints of Dark Purple #8D2274

Color information

#8D2274 (or 0x8D2274) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 74. RGB value is (141,34,116). Sum of RGB (Red+Green+Blue) = 141+34+116=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2274 is #72DD8B. Grayscale: #4B4B4B. Windows color (decimal): -7527820 or 7611021. OLE color: 7611021.

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

Color convert

RGB14134116-
CMYK00.760.180.45
HSL314.02º61.14%34.31%-
HSV(B)314.02º75.89%55.29%-
XYZ14.718.0717.3-
YUV75.34150.95174.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=48.45%
G=11.68%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413411600.760.180.45314.0261.1434.31
Hex8D227404C122D13a3d22
Octal21542164011422554727542
Binary1000110110001011101000100110010010101101100111010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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