Html Css Color HEX #9F168D Dark Magenta

📋 copy color: '#9F168D'

red 159 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #9F168D

Tints of Dark Magenta #9F168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.83%

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 49.38%
G = 6.83%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F168D (or 0x9F168D) is known color: Dark Magenta. HEX triplet: 9F, 16 and 8D. RGB value is (159,22,141). Sum of RGB (Red+Green+Blue) = 159+22+141=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F168D is #60E972. Grayscale: #4C4C4C. Windows color (decimal): -6351219 or 9246367. OLE color: 9246367.

HSL color Cylindrical-coordinate representation of color #9F168D: hue angle of 307.88º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F168D is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 22 141 -
CMYK 0 0.86 0.11 0.38
HSL 307.88º 0.76% 0.35% -
HSV(B) 307.88º 0.86% 0.62% -
XYZ 19.39 9.87 26.08 -
YUV 76.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 159 22 141 0 0.86 0.11 0.38 307.88 0.76 0.35
Hex 9F 16 8D 0 56 B 26 134 4C 23
Octal 237 26 215 0 126 13 46 464 114 43
Binary 10011111 10110 10001101 0 1010110 1011 100110 100110100 1001100 100011

Color Harmonies of #9F168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F168D

Black with #9F168D

Text Example


Text Example

White with #9F168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,141); }

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

background-color css

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

 a { background-color: rgb(159,22,141); }

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

border-color css

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

 span { border-color: rgb(159,22,141); }

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