#8F3A7C

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

Shades of Dark Purple #8F3A7C

Tints of Dark Purple #8F3A7C

Color information

#8F3A7C (or 0x8F3A7C) is unknown color: approx Dark Purple. HEX triplet: 8F, 3A and 7C. RGB value is (143,58,124). Sum of RGB (Red+Green+Blue) = 143+58+124=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A7C is #70C583. Grayscale: #5A5A5A. Windows color (decimal): -7390596 or 8141455. OLE color: 8141455.

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

Color convert

RGB14358124-
CMYK00.590.130.44
HSL313.41º42.29%39.41%-
HSV(B)313.41º59.44%56.08%-
XYZ16.4810.3220.19-
YUV90.94146.66165.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=44%
G=17.85%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435812400.590.130.44313.4142.2939.41
Hex8F3A7C03BD2C1392a27
Octal2177217407315544715247
Binary10001111111010111110001110111101101100100111001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,58,124); }

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

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

 a { background-color: rgb(143,58,124); }

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

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

 span { border-color: rgb(143,58,124); }

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