Html Css Color HEX #9F038A Dark Magenta

📋 copy color: '#9F038A'

red 159 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #9F038A

Tints of Dark Magenta #9F038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46%

R = 53%
G = 1%
B = 46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F038A (or 0x9F038A) is known color: Dark Magenta. HEX triplet: 9F, 03 and 8A. RGB value is (159,3,138). Sum of RGB (Red+Green+Blue) = 159+3+138=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F038A is #60FC75. Grayscale: #404040. Windows color (decimal): -6356086 or 9044895. OLE color: 9044895.

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

Color convert

RGB 159 3 138 -
CMYK 0 0.98 0.13 0.38
HSL 308.08º 0.96% 0.32% -
HSV(B) 308.08º 0.98% 0.62% -
XYZ 18.92 9.27 24.84 -
YUV 65.03 169.18 195.02 -
System Red Green Blue C M Y K H S L
Decimal 159 3 138 0 0.98 0.13 0.38 308.08 0.96 0.32
Hex 9F 3 8A 0 62 D 26 134 60 20
Octal 237 3 212 0 142 15 46 464 140 40
Binary 10011111 11 10001010 0 1100010 1101 100110 100110100 1100000 100000

Color Harmonies of #9F038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F038A

Black with #9F038A

Text Example


Text Example

White with #9F038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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