#8F3C81

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

Shades of Dark Purple #8F3C81

Tints of Dark Purple #8F3C81

Color information

#8F3C81 (or 0x8F3C81) is unknown color: approx Dark Purple. HEX triplet: 8F, 3C and 81. RGB value is (143,60,129). Sum of RGB (Red+Green+Blue) = 143+60+129=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3C81 is #70C37E. Grayscale: #5C5C5C. Windows color (decimal): -7390079 or 8469647. OLE color: 8469647.

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

Color convert

RGB14360129-
CMYK00.580.100.44
HSL310.12º40.89%39.8%-
HSV(B)310.12º58.04%56.08%-
XYZ16.9110.6621.93-
YUV92.68148.5163.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=43.07%
G=18.07%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436012900.580.100.44310.1240.8939.8
Hex8F3C8103AA2C1362928
Octal2177420107212544665150
Binary100011111111001000000101110101010101100100110110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,60,129); }

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

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

 a { background-color: rgb(143,60,129); }

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

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

 span { border-color: rgb(143,60,129); }

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