Html Css Color HEX #8F1095 Dark Magenta

📋 copy color: '#8F1095'

red 143 ◦ green 16 ◦ blue 149

#8F1095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8F1095

Tints of Dark Magenta #8F1095

RGB

 RED value IS 143 (56.25% from 255) = 46.43%

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 46.43%
G = 5.19%
B = 48.38%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F1095 (or 0x8F1095) is known color: Dark Magenta. HEX triplet: 8F, 10 and 95. RGB value is (143,16,149). Sum of RGB (Red+Green+Blue) = 143+16+149=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1095 is #70EF6A. Grayscale: #444444. Windows color (decimal): -7401323 or 9769103. OLE color: 9769103.

HSL color Cylindrical-coordinate representation of color #8F1095: hue angle of 297.29º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1095 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 16 149 -
CMYK 0.04 0.89 0 0.42
HSL 297.29º 0.81% 0.32% -
HSV(B) 297.29º 0.89% 0.58% -
XYZ 16.94 8.38 29.16 -
YUV 69.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 143 16 149 0.04 0.89 0 0.42 297.29 0.81 0.32
Hex 8F 10 95 4 59 0 2A 129 51 20
Octal 217 20 225 4 131 0 52 451 121 40
Binary 10001111 10000 10010101 100 1011001 0 101010 100101001 1010001 100000

Color Harmonies of #8F1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1095

Black with #8F1095

Text Example


Text Example

White with #8F1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,16,149); }

 H1.HeaderClassName
 {
   color: #8F1095;
 }
 .AnyTagClassName
 {
   color: #8F1095;
 }
</style>

background-color css

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

 a { background-color: rgb(143,16,149); }

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

border-color css

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

 span { border-color: rgb(143,16,149); }

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