Html Css Color HEX #9F1089 Dark Magenta

📋 copy color: '#9F1089'

red 159 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #9F1089

Tints of Dark Magenta #9F1089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 137 (53.91% from 255) = 43.91%

R = 50.96%
G = 5.13%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F1089 (or 0x9F1089) is known color: Dark Magenta. HEX triplet: 9F, 10 and 89. RGB value is (159,16,137). Sum of RGB (Red+Green+Blue) = 159+16+137=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1089 is #60EF76. Grayscale: #484848. Windows color (decimal): -6352759 or 8982687. OLE color: 8982687.

HSL color Cylindrical-coordinate representation of color #9F1089: hue angle of 309.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1089 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 137 -
CMYK 0 0.90 0.14 0.38
HSL 309.23º 0.82% 0.34% -
HSV(B) 309.23º 0.9% 0.62% -
XYZ 19 9.55 24.51 -
YUV 72.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 159 16 137 0 0.90 0.14 0.38 309.23 0.82 0.34
Hex 9F 10 89 0 5A E 26 135 52 22
Octal 237 20 211 0 132 16 46 465 122 42
Binary 10011111 10000 10001001 0 1011010 1110 100110 100110101 1010010 100010

Color Harmonies of #9F1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1089

Black with #9F1089

Text Example


Text Example

White with #9F1089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,16,137); }

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

background-color css

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

 a { background-color: rgb(159,16,137); }

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

border-color css

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

 span { border-color: rgb(159,16,137); }

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