Html Css Color HEX #9F1E96 Dark Magenta

📋 copy color: '#9F1E96'

red 159 ◦ green 30 ◦ blue 150

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

Shades of Dark Magenta #9F1E96

Tints of Dark Magenta #9F1E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

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

R = 46.9%
G = 8.85%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F1E96 (or 0x9F1E96) is known color: Dark Magenta. HEX triplet: 9F, 1E and 96. RGB value is (159,30,150). Sum of RGB (Red+Green+Blue) = 159+30+150=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1E96 is #60E169. Grayscale: #515151. Windows color (decimal): -6349162 or 9838239. OLE color: 9838239.

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

Color convert

RGB 159 30 150 -
CMYK 0 0.81 0.06 0.38
HSL 304.19º 0.68% 0.37% -
HSV(B) 304.19º 0.81% 0.62% -
XYZ 20.27 10.5 29.81 -
YUV 82.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 159 30 150 0 0.81 0.06 0.38 304.19 0.68 0.37
Hex 9F 1E 96 0 51 6 26 130 44 25
Octal 237 36 226 0 121 6 46 460 104 45
Binary 10011111 11110 10010110 0 1010001 110 100110 100110000 1000100 100101

Color Harmonies of #9F1E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E96

Black with #9F1E96

Text Example


Text Example

White with #9F1E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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