Html Css Color HEX #9F0E96 Dark Magenta

📋 copy color: '#9F0E96'

red 159 ◦ green 14 ◦ blue 150

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

Shades of Dark Magenta #9F0E96

Tints of Dark Magenta #9F0E96

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 49.23%
G = 4.33%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F0E96 (or 0x9F0E96) is known color: Dark Magenta. HEX triplet: 9F, 0E and 96. RGB value is (159,14,150). Sum of RGB (Red+Green+Blue) = 159+14+150=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0E96 is #60F169. Grayscale: #484848. Windows color (decimal): -6353258 or 9834143. OLE color: 9834143.

HSL color Cylindrical-coordinate representation of color #9F0E96: hue angle of 303.72º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E96 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 14 150 -
CMYK 0 0.91 0.06 0.38
HSL 303.72º 0.84% 0.34% -
HSV(B) 303.72º 0.91% 0.62% -
XYZ 19.96 9.89 29.71 -
YUV 72.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 159 14 150 0 0.91 0.06 0.38 303.72 0.84 0.34
Hex 9F E 96 0 5B 6 26 130 54 22
Octal 237 16 226 0 133 6 46 460 124 42
Binary 10011111 1110 10010110 0 1011011 110 100110 100110000 1010100 100010

Color Harmonies of #9F0E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E96

Black with #9F0E96

Text Example


Text Example

White with #9F0E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,14,150); }

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

background-color css

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

 a { background-color: rgb(159,14,150); }

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

border-color css

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

 span { border-color: rgb(159,14,150); }

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