Html Css Color HEX #9F0686 Dark Magenta

📋 copy color: '#9F0686'

red 159 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #9F0686

Tints of Dark Magenta #9F0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 134 (52.73% from 255) = 44.82%

R = 53.18%
G = 2.01%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F0686 (or 0x9F0686) is known color: Dark Magenta. HEX triplet: 9F, 06 and 86. RGB value is (159,6,134). Sum of RGB (Red+Green+Blue) = 159+6+134=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0686 is #60F979. Grayscale: #414141. Windows color (decimal): -6355322 or 8783519. OLE color: 8783519.

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

Color convert

RGB 159 6 134 -
CMYK 0 0.96 0.16 0.38
HSL 309.8º 0.93% 0.32% -
HSV(B) 309.8º 0.96% 0.62% -
XYZ 18.67 9.22 23.35 -
YUV 66.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 159 6 134 0 0.96 0.16 0.38 309.8 0.93 0.32
Hex 9F 6 86 0 60 10 26 136 5D 20
Octal 237 6 206 0 140 20 46 466 135 40
Binary 10011111 110 10000110 0 1100000 10000 100110 100110110 1011101 100000

Color Harmonies of #9F0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0686

Black with #9F0686

Text Example


Text Example

White with #9F0686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,6,134); }

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

background-color css

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

 a { background-color: rgb(159,6,134); }

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

border-color css

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

 span { border-color: rgb(159,6,134); }

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