Html Css Color HEX #9F1F98 Dark Magenta

📋 copy color: '#9F1F98'

red 159 ◦ green 31 ◦ blue 152

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

Shades of Dark Magenta #9F1F98

Tints of Dark Magenta #9F1F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 46.49%
G = 9.06%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F1F98 (or 0x9F1F98) is known color: Dark Magenta. HEX triplet: 9F, 1F and 98. RGB value is (159,31,152). Sum of RGB (Red+Green+Blue) = 159+31+152=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F98 is #60E067. Grayscale: #525252. Windows color (decimal): -6348904 or 9969567. OLE color: 9969567.

HSL color Cylindrical-coordinate representation of color #9F1F98: hue angle of 303.28º degrees, saturation: 0.67, 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 #9F1F98 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 152 -
CMYK 0 0.81 0.04 0.38
HSL 303.28º 0.67% 0.37% -
HSV(B) 303.28º 0.81% 0.62% -
XYZ 20.46 10.62 30.68 -
YUV 83.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 159 31 152 0 0.81 0.04 0.38 303.28 0.67 0.37
Hex 9F 1F 98 0 51 4 26 12F 43 25
Octal 237 37 230 0 121 4 46 457 103 45
Binary 10011111 11111 10011000 0 1010001 100 100110 100101111 1000011 100101

Color Harmonies of #9F1F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F98

Black with #9F1F98

Text Example


Text Example

White with #9F1F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,152); }

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

background-color css

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

 a { background-color: rgb(159,31,152); }

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

border-color css

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

 span { border-color: rgb(159,31,152); }

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