#8D2268

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

Shades of Dark Purple #8D2268

Tints of Dark Purple #8D2268

Color information

#8D2268 (or 0x8D2268) is unknown color: approx Dark Purple. HEX triplet: 8D, 22 and 68. RGB value is (141,34,104). Sum of RGB (Red+Green+Blue) = 141+34+104=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2268 is #72DD97. Grayscale: #494949. Windows color (decimal): -7527832 or 6824589. OLE color: 6824589.

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

Color convert

RGB14134104-
CMYK00.760.260.45
HSL320.75º61.14%34.31%-
HSV(B)320.75º75.89%55.29%-
XYZ14.067.8113.86-
YUV73.97144.95175.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=50.54%
G=12.19%
B=37.28%

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
Decimal1413410400.760.260.45320.7561.1434.31
Hex8D226804C1A2D1413d22
Octal21542150011432555017542
Binary1000110110001011010000100110011010101101101000001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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