#8D017A

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

Shades of Purple #8D017A

Tints of Purple #8D017A

Color information

#8D017A (or 0x8D017A) is unknown color: approx Purple. HEX triplet: 8D, 01 and 7A. RGB value is (141,1,122). Sum of RGB (Red+Green+Blue) = 141+1+122=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D017A is #72FE85. Grayscale: #383838. Windows color (decimal): -7536262 or 7995789. OLE color: 7995789.

HSL color Cylindrical-coordinate representation of color #8D017A: hue angle of 308.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D017A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB1411122-
CMYK00.990.130.45
HSL308.14º98.59%27.84%-
HSV(B)308.14º99.29%55.29%-
XYZ14.517.0919.02-
YUV56.65164.88188.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.41%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=53.41%
G=0.38%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141112200.990.130.45308.1498.5927.84
Hex8D17A063D2D134631c
Octal21511720143155546414334
Binary1000110111111010011000111101101101100110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,1,122); }

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

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

 a { background-color: rgb(141,1,122); }

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

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

 span { border-color: rgb(141,1,122); }

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