Html Css Color HEX #9F109C Dark Magenta

📋 copy color: '#9F109C'

red 159 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #9F109C

Tints of Dark Magenta #9F109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 48.04%
G = 4.83%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F109C (or 0x9F109C) is known color: Dark Magenta. HEX triplet: 9F, 10 and 9C. RGB value is (159,16,156). Sum of RGB (Red+Green+Blue) = 159+16+156=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F109C is #60EF63. Grayscale: #4A4A4A. Windows color (decimal): -6352740 or 10227871. OLE color: 10227871.

HSL color Cylindrical-coordinate representation of color #9F109C: hue angle of 301.26º 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 #9F109C is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 156 -
CMYK 0 0.90 0.02 0.38
HSL 301.26º 0.82% 0.34% -
HSV(B) 301.26º 0.9% 0.62% -
XYZ 20.48 10.14 32.33 -
YUV 74.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 159 16 156 0 0.90 0.02 0.38 301.26 0.82 0.34
Hex 9F 10 9C 0 5A 2 26 12D 52 22
Octal 237 20 234 0 132 2 46 455 122 42
Binary 10011111 10000 10011100 0 1011010 10 100110 100101101 1010010 100010

Color Harmonies of #9F109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F109C

Black with #9F109C

Text Example


Text Example

White with #9F109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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