Html Css Color HEX #9F0290 Dark Magenta

📋 copy color: '#9F0290'

red 159 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #9F0290

Tints of Dark Magenta #9F0290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 52.13%
G = 0.66%
B = 47.21%

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

#9F0290 (or 0x9F0290) is known color: Dark Magenta. HEX triplet: 9F, 02 and 90. RGB value is (159,2,144). Sum of RGB (Red+Green+Blue) = 159+2+144=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0290 is #60FD6F. Grayscale: #404040. Windows color (decimal): -6356336 or 9437855. OLE color: 9437855.

HSL color Cylindrical-coordinate representation of color #9F0290: hue angle of 305.73º 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 #9F0290 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 144 -
CMYK 0 0.99 0.09 0.38
HSL 305.73º 0.98% 0.32% -
HSV(B) 305.73º 0.99% 0.62% -
XYZ 19.35 9.43 27.19 -
YUV 65.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 159 2 144 0 0.99 0.09 0.38 305.73 0.98 0.32
Hex 9F 2 90 0 63 9 26 132 62 20
Octal 237 2 220 0 143 11 46 462 142 40
Binary 10011111 10 10010000 0 1100011 1001 100110 100110010 1100010 100000

Color Harmonies of #9F0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0290

Black with #9F0290

Text Example


Text Example

White with #9F0290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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