Html Css Color HEX #9F058A Dark Magenta

📋 copy color: '#9F058A'

red 159 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #9F058A

Tints of Dark Magenta #9F058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 52.65%
G = 1.66%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F058A (or 0x9F058A) is known color: Dark Magenta. HEX triplet: 9F, 05 and 8A. RGB value is (159,5,138). Sum of RGB (Red+Green+Blue) = 159+5+138=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F058A is #60FA75. Grayscale: #414141. Windows color (decimal): -6355574 or 9045407. OLE color: 9045407.

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

Color convert

RGB 159 5 138 -
CMYK 0 0.97 0.13 0.38
HSL 308.18º 0.94% 0.32% -
HSV(B) 308.18º 0.97% 0.62% -
XYZ 18.94 9.31 24.84 -
YUV 66.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 159 5 138 0 0.97 0.13 0.38 308.18 0.94 0.32
Hex 9F 5 8A 0 61 D 26 134 5E 20
Octal 237 5 212 0 141 15 46 464 136 40
Binary 10011111 101 10001010 0 1100001 1101 100110 100110100 1011110 100000

Color Harmonies of #9F058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F058A

Black with #9F058A

Text Example


Text Example

White with #9F058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,138); }

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

background-color css

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

 a { background-color: rgb(159,5,138); }

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

border-color css

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

 span { border-color: rgb(159,5,138); }

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