#8D0E75

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

Shades of Dark Purple #8D0E75

Tints of Dark Purple #8D0E75

Color information

#8D0E75 (or 0x8D0E75) is unknown color: approx Dark Purple. HEX triplet: 8D, 0E and 75. RGB value is (141,14,117). Sum of RGB (Red+Green+Blue) = 141+14+117=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E75 is #72F18A. Grayscale: #3F3F3F. Windows color (decimal): -7532939 or 7671437. OLE color: 7671437.

HSL color Cylindrical-coordinate representation of color #8D0E75: hue angle of 311.34º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E75 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB14114117-
CMYK00.900.170.45
HSL311.34º81.94%30.39%-
HSV(B)311.34º90.07%55.29%-
XYZ14.357.2617.47-
YUV63.72158.08183.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=51.84%
G=5.15%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411411700.900.170.45311.3481.9430.39
Hex8DE7505A112D137521e
Octal215161650132215546712236
Binary10001101111011101010101101010001101101100110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,117); }

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

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

 a { background-color: rgb(141,14,117); }

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

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

 span { border-color: rgb(141,14,117); }

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