Html Css Color HEX #9F048E Dark Magenta

📋 copy color: '#9F048E'

red 159 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #9F048E

Tints of Dark Magenta #9F048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

 BLUE value IS 142 (55.86% from 255) = 46.56%

R = 52.13%
G = 1.31%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F048E (or 0x9F048E) is known color: Dark Magenta. HEX triplet: 9F, 04 and 8E. RGB value is (159,4,142). Sum of RGB (Red+Green+Blue) = 159+4+142=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F048E is #60FB71. Grayscale: #414141. Windows color (decimal): -6355826 or 9307295. OLE color: 9307295.

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

Color convert

RGB 159 4 142 -
CMYK 0 0.97 0.11 0.38
HSL 306.58º 0.95% 0.32% -
HSV(B) 306.58º 0.97% 0.62% -
XYZ 19.22 9.41 26.39 -
YUV 66.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 159 4 142 0 0.97 0.11 0.38 306.58 0.95 0.32
Hex 9F 4 8E 0 61 B 26 133 5F 20
Octal 237 4 216 0 141 13 46 463 137 40
Binary 10011111 100 10001110 0 1100001 1011 100110 100110011 1011111 100000

Color Harmonies of #9F048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F048E

Black with #9F048E

Text Example


Text Example

White with #9F048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,4,142); }

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

background-color css

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

 a { background-color: rgb(159,4,142); }

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

border-color css

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

 span { border-color: rgb(159,4,142); }

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