Html Css Color HEX #9F098D Dark Magenta

📋 copy color: '#9F098D'

red 159 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #9F098D

Tints of Dark Magenta #9F098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

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

R = 51.46%
G = 2.91%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F098D (or 0x9F098D) is known color: Dark Magenta. HEX triplet: 9F, 09 and 8D. RGB value is (159,9,141). Sum of RGB (Red+Green+Blue) = 159+9+141=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F098D is #60F672. Grayscale: #444444. Windows color (decimal): -6354547 or 9243039. OLE color: 9243039.

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

Color convert

RGB 159 9 141 -
CMYK 0 0.94 0.11 0.38
HSL 307.2º 0.89% 0.33% -
HSV(B) 307.2º 0.94% 0.62% -
XYZ 19.2 9.49 26.02 -
YUV 68.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 159 9 141 0 0.94 0.11 0.38 307.2 0.89 0.33
Hex 9F 9 8D 0 5E B 26 133 59 21
Octal 237 11 215 0 136 13 46 463 131 41
Binary 10011111 1001 10001101 0 1011110 1011 100110 100110011 1011001 100001

Color Harmonies of #9F098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F098D

Black with #9F098D

Text Example


Text Example

White with #9F098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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