#8D226C

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

Shades of Dark Purple #8D226C

Tints of Dark Purple #8D226C

Color information

#8D226C (or 0x8D226C) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 6C. RGB value is (141,34,108). Sum of RGB (Red+Green+Blue) = 141+34+108=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D226C is #72DD93. Grayscale: #4A4A4A. Windows color (decimal): -7527828 or 7086733. OLE color: 7086733.

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

Color convert

RGB14134108-
CMYK00.760.230.45
HSL318.5º61.14%34.31%-
HSV(B)318.5º75.89%55.29%-
XYZ14.267.8914.96-
YUV74.43146.95175.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=49.82%
G=12.01%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413410800.760.230.45318.561.1434.31
Hex8D226C04C172D13f3d22
Octal21542154011427554777542
Binary1000110110001011011000100110010111101101100111111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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