Html Css Color HEX #9F038D Dark Magenta

📋 copy color: '#9F038D'

red 159 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #9F038D

Tints of Dark Magenta #9F038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 52.48%
G = 0.99%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F038D (or 0x9F038D) is known color: Dark Magenta. HEX triplet: 9F, 03 and 8D. RGB value is (159,3,141). Sum of RGB (Red+Green+Blue) = 159+3+141=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F038D is #60FC72. Grayscale: #404040. Windows color (decimal): -6356083 or 9241503. OLE color: 9241503.

HSL color Cylindrical-coordinate representation of color #9F038D: hue angle of 306.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 #9F038D is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 3 141 -
CMYK 0 0.98 0.11 0.38
HSL 306.92º 0.96% 0.32% -
HSV(B) 306.92º 0.98% 0.62% -
XYZ 19.14 9.36 26 -
YUV 65.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 159 3 141 0 0.98 0.11 0.38 306.92 0.96 0.32
Hex 9F 3 8D 0 62 B 26 133 60 20
Octal 237 3 215 0 142 13 46 463 140 40
Binary 10011111 11 10001101 0 1100010 1011 100110 100110011 1100000 100000

Color Harmonies of #9F038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F038D

Black with #9F038D

Text Example


Text Example

White with #9F038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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