#8F1692

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

Shades of Dark Magenta #8F1692

Tints of Dark Magenta #8F1692

Color information

#8F1692 (or 0x8F1692) is unknown color: approx Dark Magenta. HEX triplet: 8F, 16 and 92. RGB value is (143,22,146). Sum of RGB (Red+Green+Blue) = 143+22+146=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1692 is #70E96D. Grayscale: #474747. Windows color (decimal): -7399790 or 9574031. OLE color: 9574031.

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

Color convert

RGB14322146-
CMYK0.020.8500.43
HSL298.55º73.81%32.94%-
HSV(B)298.55º84.93%57.25%-
XYZ16.88.4927.95-
YUV72.32169.59178.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=45.98%
G=7.07%
B=46.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143221460.020.8500.43298.5573.8132.94
Hex8F169225502B12b4a21
Octal21726222212505345311241
Binary10001111101101001001010101010101010111001010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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