#8F1693

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

Shades of Dark Magenta #8F1693

Tints of Dark Magenta #8F1693

Color information

#8F1693 (or 0x8F1693) is unknown color: approx Dark Magenta. HEX triplet: 8F, 16 and 93. RGB value is (143,22,147). Sum of RGB (Red+Green+Blue) = 143+22+147=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F1693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1693 is #70E96C. Grayscale: #484848. Windows color (decimal): -7399789 or 9639567. OLE color: 9639567.

HSL color Cylindrical-coordinate representation of color #8F1693: hue angle of 298.08º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1693 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14322147-
CMYK0.030.8500.42
HSL298.08º73.96%33.14%-
HSV(B)298.08º85.03%57.65%-
XYZ16.888.5228.36-
YUV72.43170.09178.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.83%
GREEN value IS 22 (8.98% from 255) = 7.05%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=45.83%
G=7.05%
B=47.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143221470.030.8500.42298.0873.9633.14
Hex8F169335502A12a4a21
Octal21726223312505245211241
Binary10001111101101001001111101010101010101001010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,22,147); }

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

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

 a { background-color: rgb(143,22,147); }

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

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

 span { border-color: rgb(143,22,147); }

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