Html Css Color HEX #9F0482 Dark Magenta

📋 copy color: '#9F0482'

red 159 ◦ green 4 ◦ blue 130

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

Shades of Dark Magenta #9F0482

Tints of Dark Magenta #9F0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.37%

R = 54.27%
G = 1.37%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F0482 (or 0x9F0482) is known color: Dark Magenta. HEX triplet: 9F, 04 and 82. RGB value is (159,4,130). Sum of RGB (Red+Green+Blue) = 159+4+130=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0482 is #60FB7D. Grayscale: #404040. Windows color (decimal): -6355838 or 8520863. OLE color: 8520863.

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

Color convert

RGB 159 4 130 -
CMYK 0 0.97 0.18 0.38
HSL 311.23º 0.95% 0.32% -
HSV(B) 311.23º 0.97% 0.62% -
XYZ 18.37 9.07 21.9 -
YUV 64.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 159 4 130 0 0.97 0.18 0.38 311.23 0.95 0.32
Hex 9F 4 82 0 61 12 26 137 5F 20
Octal 237 4 202 0 141 22 46 467 137 40
Binary 10011111 100 10000010 0 1100001 10010 100110 100110111 1011111 100000

Color Harmonies of #9F0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0482

Black with #9F0482

Text Example


Text Example

White with #9F0482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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