#8D107E

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

Shades of Dark Purple #8D107E

Tints of Dark Purple #8D107E

Color information

#8D107E (or 0x8D107E) is unknown color: approx Dark Purple. HEX triplet: 8D, 10 and 7E. RGB value is (141,16,126). Sum of RGB (Red+Green+Blue) = 141+16+126=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D107E is #72EF81. Grayscale: #414141. Windows color (decimal): -7532418 or 8261773. OLE color: 8261773.

HSL color Cylindrical-coordinate representation of color #8D107E: hue angle of 307.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D107E is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14116126-
CMYK00.890.110.45
HSL307.2º79.62%30.78%-
HSV(B)307.2º88.65%55.29%-
XYZ14.947.5420.41-
YUV65.92161.91181.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=49.82%
G=5.65%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411612600.890.110.45307.279.6230.78
Hex8D107E059B2D133501f
Octal215201760131135546312037
Binary10001101100001111110010110011011101101100110011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,126); }

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

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

 a { background-color: rgb(141,16,126); }

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

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

 span { border-color: rgb(141,16,126); }

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