Html Css Color HEX #9F0484 Dark Magenta

📋 copy color: '#9F0484'

red 159 ◦ green 4 ◦ blue 132

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

Shades of Dark Magenta #9F0484

Tints of Dark Magenta #9F0484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 53.9%
G = 1.36%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F0484 (or 0x9F0484) is known color: Dark Magenta. HEX triplet: 9F, 04 and 84. RGB value is (159,4,132). Sum of RGB (Red+Green+Blue) = 159+4+132=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0484 is #60FB7B. Grayscale: #404040. Windows color (decimal): -6355836 or 8651935. OLE color: 8651935.

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

Color convert

RGB 159 4 132 -
CMYK 0 0.97 0.17 0.38
HSL 310.45º 0.95% 0.32% -
HSV(B) 310.45º 0.97% 0.62% -
XYZ 18.51 9.12 22.62 -
YUV 64.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 159 4 132 0 0.97 0.17 0.38 310.45 0.95 0.32
Hex 9F 4 84 0 61 11 26 136 5F 20
Octal 237 4 204 0 141 21 46 466 137 40
Binary 10011111 100 10000100 0 1100001 10001 100110 100110110 1011111 100000

Color Harmonies of #9F0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0484

Black with #9F0484

Text Example


Text Example

White with #9F0484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,4,132); }

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

background-color css

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

 a { background-color: rgb(159,4,132); }

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

border-color css

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

 span { border-color: rgb(159,4,132); }

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