Html Css Color HEX #9F0291 Dark Magenta

📋 copy color: '#9F0291'

red 159 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #9F0291

Tints of Dark Magenta #9F0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 51.96%
G = 0.65%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F0291 (or 0x9F0291) is known color: Dark Magenta. HEX triplet: 9F, 02 and 91. RGB value is (159,2,145). Sum of RGB (Red+Green+Blue) = 159+2+145=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0291 is #60FD6E. Grayscale: #404040. Windows color (decimal): -6356335 or 9503391. OLE color: 9503391.

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

Color convert

RGB 159 2 145 -
CMYK 0 0.99 0.09 0.38
HSL 305.35º 0.98% 0.32% -
HSV(B) 305.35º 0.99% 0.62% -
XYZ 19.43 9.46 27.59 -
YUV 65.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 159 2 145 0 0.99 0.09 0.38 305.35 0.98 0.32
Hex 9F 2 91 0 63 9 26 131 62 20
Octal 237 2 221 0 143 11 46 461 142 40
Binary 10011111 10 10010001 0 1100011 1001 100110 100110001 1100010 100000

Color Harmonies of #9F0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0291

Black with #9F0291

Text Example


Text Example

White with #9F0291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,145); }

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

background-color css

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

 a { background-color: rgb(159,2,145); }

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

border-color css

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

 span { border-color: rgb(159,2,145); }

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