Html Css Color HEX #9F039A Dark Magenta

📋 copy color: '#9F039A'

red 159 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #9F039A

Tints of Dark Magenta #9F039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 50.32%
G = 0.95%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F039A (or 0x9F039A) is known color: Dark Magenta. HEX triplet: 9F, 03 and 9A. RGB value is (159,3,154). Sum of RGB (Red+Green+Blue) = 159+3+154=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F039A is #60FC65. Grayscale: #424242. Windows color (decimal): -6356070 or 10093471. OLE color: 10093471.

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

Color convert

RGB 159 3 154 -
CMYK 0 0.98 0.03 0.38
HSL 301.92º 0.96% 0.32% -
HSV(B) 301.92º 0.98% 0.62% -
XYZ 20.16 9.77 31.39 -
YUV 66.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 159 3 154 0 0.98 0.03 0.38 301.92 0.96 0.32
Hex 9F 3 9A 0 62 3 26 12E 60 20
Octal 237 3 232 0 142 3 46 456 140 40
Binary 10011111 11 10011010 0 1100010 11 100110 100101110 1100000 100000

Color Harmonies of #9F039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F039A

Black with #9F039A

Text Example


Text Example

White with #9F039A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,154); }

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

background-color css

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

 a { background-color: rgb(159,3,154); }

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

border-color css

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

 span { border-color: rgb(159,3,154); }

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