Html Css Color HEX #9F018D Dark Magenta

📋 copy color: '#9F018D'

red 159 ◦ green 1 ◦ blue 141

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

Shades of Dark Magenta #9F018D

Tints of Dark Magenta #9F018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 52.82%
G = 0.33%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F018D (or 0x9F018D) is known color: Dark Magenta. HEX triplet: 9F, 01 and 8D. RGB value is (159,1,141). Sum of RGB (Red+Green+Blue) = 159+1+141=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F018D is #60FE72. Grayscale: #3F3F3F. Windows color (decimal): -6356595 or 9240991. OLE color: 9240991.

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

Color convert

RGB 159 1 141 -
CMYK 0 0.99 0.11 0.38
HSL 306.84º 0.99% 0.31% -
HSV(B) 306.84º 0.99% 0.62% -
XYZ 19.12 9.32 25.99 -
YUV 64.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 159 1 141 0 0.99 0.11 0.38 306.84 0.99 0.31
Hex 9F 1 8D 0 63 B 26 133 63 1F
Octal 237 1 215 0 143 13 46 463 143 37
Binary 10011111 1 10001101 0 1100011 1011 100110 100110011 1100011 11111

Color Harmonies of #9F018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F018D

Black with #9F018D

Text Example


Text Example

White with #9F018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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