Html Css Color HEX #9F1D9A Dark Magenta

📋 copy color: '#9F1D9A'

red 159 ◦ green 29 ◦ blue 154

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

Shades of Dark Magenta #9F1D9A

Tints of Dark Magenta #9F1D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 46.49%
G = 8.48%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F1D9A (or 0x9F1D9A) is known color: Dark Magenta. HEX triplet: 9F, 1D and 9A. RGB value is (159,29,154). Sum of RGB (Red+Green+Blue) = 159+29+154=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1D9A is #60E265. Grayscale: #515151. Windows color (decimal): -6349414 or 10100127. OLE color: 10100127.

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

Color convert

RGB 159 29 154 -
CMYK 0 0.82 0.03 0.38
HSL 302.31º 0.69% 0.37% -
HSV(B) 302.31º 0.82% 0.62% -
XYZ 20.57 10.58 31.53 -
YUV 82.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 159 29 154 0 0.82 0.03 0.38 302.31 0.69 0.37
Hex 9F 1D 9A 0 52 3 26 12E 45 25
Octal 237 35 232 0 122 3 46 456 105 45
Binary 10011111 11101 10011010 0 1010010 11 100110 100101110 1000101 100101

Color Harmonies of #9F1D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D9A

Black with #9F1D9A

Text Example


Text Example

White with #9F1D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,29,154); }

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

background-color css

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

 a { background-color: rgb(159,29,154); }

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

border-color css

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

 span { border-color: rgb(159,29,154); }

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