#8F3880

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

Shades of Dark Purple #8F3880

Tints of Dark Purple #8F3880

Color information

#8F3880 (or 0x8F3880) is unknown color: approx Dark Purple. HEX triplet: 8F, 38 and 80. RGB value is (143,56,128). Sum of RGB (Red+Green+Blue) = 143+56+128=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3880 is #70C77F. Grayscale: #5A5A5A. Windows color (decimal): -7391104 or 8403087. OLE color: 8403087.

HSL color Cylindrical-coordinate representation of color #8F3880: hue angle of 310.34º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3880 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14356128-
CMYK00.610.100.44
HSL310.34º43.72%39.02%-
HSV(B)310.34º60.84%56.08%-
XYZ16.6410.2321.52-
YUV90.22149.32165.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.73%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=43.73%
G=17.13%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435612800.610.100.44310.3443.7239.02
Hex8F388003DA2C1362c27
Octal2177020007512544665447
Binary100011111110001000000001111011010101100100110110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,56,128); }

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

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

 a { background-color: rgb(143,56,128); }

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

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

 span { border-color: rgb(143,56,128); }

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