Html Css Color HEX #9F008D Dark Magenta

📋 copy color: '#9F008D'

red 159 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #9F008D

Tints of Dark Magenta #9F008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53%
G = 0%
B = 47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F008D (or 0x9F008D) is known color: Dark Magenta. HEX triplet: 9F, 00 and 8D. RGB value is (159,0,141). Sum of RGB (Red+Green+Blue) = 159+0+141=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F008D is #60FF72. Grayscale: #3F3F3F. Windows color (decimal): -6356851 or 9240735. OLE color: 9240735.

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

Color convert

RGB 159 0 141 -
CMYK 0 1 0.11 0.38
HSL 306.79º 1% 0.31% -
HSV(B) 306.79º 1% 0.62% -
XYZ 19.11 9.29 25.99 -
YUV 63.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 159 0 141 0 1 0.11 0.38 306.79 1 0.31
Hex 9F 0 8D 0 64 B 26 133 64 1F
Octal 237 0 215 0 144 13 46 463 144 37
Binary 10011111 0 10001101 0 1100100 1011 100110 100110011 1100100 11111

Color Harmonies of #9F008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F008D

Black with #9F008D

Text Example


Text Example

White with #9F008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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