Html Css Color HEX #9F0A86 Dark Magenta

📋 copy color: '#9F0A86'

red 159 ◦ green 10 ◦ blue 134

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

Shades of Dark Magenta #9F0A86

Tints of Dark Magenta #9F0A86

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.3%

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

R = 52.48%
G = 3.3%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F0A86 (or 0x9F0A86) is known color: Dark Magenta. HEX triplet: 9F, 0A and 86. RGB value is (159,10,134). Sum of RGB (Red+Green+Blue) = 159+10+134=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A86 is #60F579. Grayscale: #444444. Windows color (decimal): -6354298 or 8784543. OLE color: 8784543.

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

Color convert

RGB 159 10 134 -
CMYK 0 0.94 0.16 0.38
HSL 310.07º 0.88% 0.33% -
HSV(B) 310.07º 0.94% 0.62% -
XYZ 18.71 9.31 23.37 -
YUV 68.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 159 10 134 0 0.94 0.16 0.38 310.07 0.88 0.33
Hex 9F A 86 0 5E 10 26 136 58 21
Octal 237 12 206 0 136 20 46 466 130 41
Binary 10011111 1010 10000110 0 1011110 10000 100110 100110110 1011000 100001

Color Harmonies of #9F0A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A86

Black with #9F0A86

Text Example


Text Example

White with #9F0A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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