Html Css Color HEX #9F138D Dark Magenta

📋 copy color: '#9F138D'

red 159 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #9F138D

Tints of Dark Magenta #9F138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 49.84%
G = 5.96%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F138D (or 0x9F138D) is known color: Dark Magenta. HEX triplet: 9F, 13 and 8D. RGB value is (159,19,141). Sum of RGB (Red+Green+Blue) = 159+19+141=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138D is #60EC72. Grayscale: #4A4A4A. Windows color (decimal): -6351987 or 9245599. OLE color: 9245599.

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

Color convert

RGB 159 19 141 -
CMYK 0 0.88 0.11 0.38
HSL 307.71º 0.79% 0.35% -
HSV(B) 307.71º 0.88% 0.62% -
XYZ 19.34 9.76 26.06 -
YUV 74.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 159 19 141 0 0.88 0.11 0.38 307.71 0.79 0.35
Hex 9F 13 8D 0 58 B 26 134 4F 23
Octal 237 23 215 0 130 13 46 464 117 43
Binary 10011111 10011 10001101 0 1011000 1011 100110 100110100 1001111 100011

Color Harmonies of #9F138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F138D

Black with #9F138D

Text Example


Text Example

White with #9F138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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