#8F4082

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

Shades of Dark Purple #8F4082

Tints of Dark Purple #8F4082

Color information

#8F4082 (or 0x8F4082) is unknown color: approx Dark Purple. HEX triplet: 8F, 40 and 82. RGB value is (143,64,130). Sum of RGB (Red+Green+Blue) = 143+64+130=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4082 is #70BF7D. Grayscale: #5E5E5E. Windows color (decimal): -7389054 or 8536207. OLE color: 8536207.

HSL color Cylindrical-coordinate representation of color #8F4082: hue angle of 309.87º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4082 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14364130-
CMYK00.550.090.44
HSL309.87º38.16%40.59%-
HSV(B)309.87º55.24%56.08%-
XYZ17.1911.1222.36-
YUV95.14147.67162.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=42.43%
G=18.99%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436413000.550.090.44309.8738.1640.59
Hex8F408203792C1362629
Octal21710020206711544664651
Binary1000111110000001000001001101111001101100100110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,64,130); }

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

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

 a { background-color: rgb(143,64,130); }

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

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

 span { border-color: rgb(143,64,130); }

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