#8D0C7C

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

Shades of Dark Purple #8D0C7C

Tints of Dark Purple #8D0C7C

Color information

#8D0C7C (or 0x8D0C7C) is unknown color: approx Dark Purple. HEX triplet: 8D, 0C and 7C. RGB value is (141,12,124). Sum of RGB (Red+Green+Blue) = 141+12+124=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C7C is #72F383. Grayscale: #3F3F3F. Windows color (decimal): -7533444 or 8129677. OLE color: 8129677.

HSL color Cylindrical-coordinate representation of color #8D0C7C: hue angle of 307.91º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C7C is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14112124-
CMYK00.910.120.45
HSL307.91º84.31%30%-
HSV(B)307.91º91.49%55.29%-
XYZ14.757.3819.72-
YUV63.34162.24183.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=50.90%
G=4.33%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411212400.910.120.45307.9184.3130
Hex8DC7C05BC2D134541e
Octal215141740133145546412436
Binary1000110111001111100010110111100101101100110100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,12,124); }

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

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

 a { background-color: rgb(141,12,124); }

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

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

 span { border-color: rgb(141,12,124); }

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