Html Css Color HEX #9F0781 Dark Magenta

📋 copy color: '#9F0781'

red 159 ◦ green 7 ◦ blue 129

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

Shades of Dark Magenta #9F0781

Tints of Dark Magenta #9F0781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 53.9%
G = 2.37%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F0781 (or 0x9F0781) is known color: Dark Magenta. HEX triplet: 9F, 07 and 81. RGB value is (159,7,129). Sum of RGB (Red+Green+Blue) = 159+7+129=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0781 is #60F87E. Grayscale: #424242. Windows color (decimal): -6355071 or 8456095. OLE color: 8456095.

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

Color convert

RGB 159 7 129 -
CMYK 0 0.96 0.19 0.38
HSL 311.84º 0.92% 0.33% -
HSV(B) 311.84º 0.96% 0.62% -
XYZ 18.34 9.11 21.56 -
YUV 66.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 159 7 129 0 0.96 0.19 0.38 311.84 0.92 0.33
Hex 9F 7 81 0 60 13 26 138 5C 21
Octal 237 7 201 0 140 23 46 470 134 41
Binary 10011111 111 10000001 0 1100000 10011 100110 100111000 1011100 100001

Color Harmonies of #9F0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0781

Black with #9F0781

Text Example


Text Example

White with #9F0781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,7,129); }

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

background-color css

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

 a { background-color: rgb(159,7,129); }

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

border-color css

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

 span { border-color: rgb(159,7,129); }

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