Html Css Color HEX #9F138B Dark Magenta

📋 copy color: '#9F138B'

red 159 ◦ green 19 ◦ blue 139

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

Shades of Dark Magenta #9F138B

Tints of Dark Magenta #9F138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 50.16%
G = 5.99%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F138B (or 0x9F138B) is known color: Dark Magenta. HEX triplet: 9F, 13 and 8B. RGB value is (159,19,139). Sum of RGB (Red+Green+Blue) = 159+19+139=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138B is #60EC74. Grayscale: #4A4A4A. Windows color (decimal): -6351989 or 9114527. OLE color: 9114527.

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

Color convert

RGB 159 19 139 -
CMYK 0 0.88 0.13 0.38
HSL 308.57º 0.79% 0.35% -
HSV(B) 308.57º 0.88% 0.62% -
XYZ 19.19 9.7 25.29 -
YUV 74.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 159 19 139 0 0.88 0.13 0.38 308.57 0.79 0.35
Hex 9F 13 8B 0 58 D 26 135 4F 23
Octal 237 23 213 0 130 15 46 465 117 43
Binary 10011111 10011 10001011 0 1011000 1101 100110 100110101 1001111 100011

Color Harmonies of #9F138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F138B

Black with #9F138B

Text Example


Text Example

White with #9F138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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