Html Css Color HEX #9F108E Dark Magenta

📋 copy color: '#9F108E'

red 159 ◦ green 16 ◦ blue 142

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

Shades of Dark Magenta #9F108E

Tints of Dark Magenta #9F108E

RGB

 RED value IS 159 (62.5% from 255) = 50.16%

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

 BLUE value IS 142 (55.86% from 255) = 44.79%

R = 50.16%
G = 5.05%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F108E (or 0x9F108E) is known color: Dark Magenta. HEX triplet: 9F, 10 and 8E. RGB value is (159,16,142). Sum of RGB (Red+Green+Blue) = 159+16+142=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F108E is #60EF71. Grayscale: #484848. Windows color (decimal): -6352754 or 9310367. OLE color: 9310367.

HSL color Cylindrical-coordinate representation of color #9F108E: hue angle of 307.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F108E is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 142 -
CMYK 0 0.90 0.11 0.38
HSL 307.13º 0.82% 0.34% -
HSV(B) 307.13º 0.9% 0.62% -
XYZ 19.37 9.69 26.44 -
YUV 73.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 159 16 142 0 0.90 0.11 0.38 307.13 0.82 0.34
Hex 9F 10 8E 0 5A B 26 133 52 22
Octal 237 20 216 0 132 13 46 463 122 42
Binary 10011111 10000 10001110 0 1011010 1011 100110 100110011 1010010 100010

Color Harmonies of #9F108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F108E

Black with #9F108E

Text Example


Text Example

White with #9F108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F108E; }

 p { color: rgb(159,16,142); }

 H1.HeaderClassName
 {
   color: #9F108E;
 }
 .AnyTagClassName
 {
   color: #9F108E;
 }
</style>

background-color css

<style>
 a { background-color: #9F108E; }

 a { background-color: rgb(159,16,142); }

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

border-color css

<style>
 span { border-color: #9F108E; }

 span { border-color: rgb(159,16,142); }

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