Html Css Color HEX #9F028F Dark Magenta

📋 copy color: '#9F028F'

red 159 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #9F028F

Tints of Dark Magenta #9F028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 52.3%
G = 0.66%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F028F (or 0x9F028F) is known color: Dark Magenta. HEX triplet: 9F, 02 and 8F. RGB value is (159,2,143). Sum of RGB (Red+Green+Blue) = 159+2+143=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F028F is #60FD70. Grayscale: #404040. Windows color (decimal): -6356337 or 9372319. OLE color: 9372319.

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

Color convert

RGB 159 2 143 -
CMYK 0 0.99 0.10 0.38
HSL 306.11º 0.98% 0.32% -
HSV(B) 306.11º 0.99% 0.62% -
XYZ 19.28 9.4 26.78 -
YUV 65.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 159 2 143 0 0.99 0.10 0.38 306.11 0.98 0.32
Hex 9F 2 8F 0 63 A 26 132 62 20
Octal 237 2 217 0 143 12 46 462 142 40
Binary 10011111 10 10001111 0 1100011 1010 100110 100110010 1100010 100000

Color Harmonies of #9F028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F028F

Black with #9F028F

Text Example


Text Example

White with #9F028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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