#8D2267

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

Shades of Dark Purple #8D2267

Tints of Dark Purple #8D2267

Color information

#8D2267 (or 0x8D2267) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 67. RGB value is (141,34,103). Sum of RGB (Red+Green+Blue) = 141+34+103=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2267 is #72DD98. Grayscale: #494949. Windows color (decimal): -7527833 or 6759053. OLE color: 6759053.

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

Color convert

RGB14134103-
CMYK00.760.270.45
HSL321.31º61.14%34.31%-
HSV(B)321.31º75.89%55.29%-
XYZ147.7913.6-
YUV73.86144.45175.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.72%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=50.72%
G=12.23%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413410300.760.270.45321.3161.1434.31
Hex8D226704C1B2D1413d22
Octal21542147011433555017542
Binary1000110110001011001110100110011011101101101000001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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