#8D097A

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

Shades of Purple #8D097A

Tints of Purple #8D097A

Color information

#8D097A (or 0x8D097A) is unknown color: approx Purple. HEX triplet: 8D, 09 and 7A. RGB value is (141,9,122). Sum of RGB (Red+Green+Blue) = 141+9+122=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D097A is #72F685. Grayscale: #3D3D3D. Windows color (decimal): -7534214 or 7997837. OLE color: 7997837.

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

Color convert

RGB1419122-
CMYK00.940.130.45
HSL308.64º88%29.41%-
HSV(B)308.64º93.62%55.29%-
XYZ14.67.2619.05-
YUV61.35162.23184.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=51.84%
G=3.31%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141912200.940.130.45308.648829.41
Hex8D97A05ED2D135581d
Octal215111720136155546513035
Binary1000110110011111010010111101101101101100110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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