Html Css Color HEX #9F1EA2 Dark Magenta

📋 copy color: '#9F1EA2'

red 159 ◦ green 30 ◦ blue 162

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

Shades of Dark Magenta #9F1EA2

Tints of Dark Magenta #9F1EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.15%

R = 45.3%
G = 8.55%
B = 46.15%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9F1EA2 (or 0x9F1EA2) is known color: Dark Magenta. HEX triplet: 9F, 1E and A2. RGB value is (159,30,162). Sum of RGB (Red+Green+Blue) = 159+30+162=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #9F1EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1EA2 is #60E15D. Grayscale: #535353. Windows color (decimal): -6349150 or 10624671. OLE color: 10624671.

HSL color Cylindrical-coordinate representation of color #9F1EA2: hue angle of 298.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1EA2 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 30 162 -
CMYK 0.02 0.81 0 0.36
HSL 298.64º 0.69% 0.38% -
HSV(B) 298.64º 0.81% 0.64% -
XYZ 21.28 10.91 35.17 -
YUV 83.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 159 30 162 0.02 0.81 0 0.36 298.64 0.69 0.38
Hex 9F 1E A2 2 51 0 24 12B 45 26
Octal 237 36 242 2 121 0 44 453 105 46
Binary 10011111 11110 10100010 10 1010001 0 100100 100101011 1000101 100110

Color Harmonies of #9F1EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1EA2

Black with #9F1EA2

Text Example


Text Example

White with #9F1EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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