Html Css Color HEX #9F0193 Dark Magenta

📋 copy color: '#9F0193'

red 159 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #9F0193

Tints of Dark Magenta #9F0193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 147 (57.81% from 255) = 47.88%

R = 51.79%
G = 0.33%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F0193 (or 0x9F0193) is known color: Dark Magenta. HEX triplet: 9F, 01 and 93. RGB value is (159,1,147). Sum of RGB (Red+Green+Blue) = 159+1+147=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0193 is #60FE6C. Grayscale: #404040. Windows color (decimal): -6356589 or 9634207. OLE color: 9634207.

HSL color Cylindrical-coordinate representation of color #9F0193: hue angle of 304.56º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0193 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 1 147 -
CMYK 0 0.99 0.08 0.38
HSL 304.56º 0.99% 0.31% -
HSV(B) 304.56º 0.99% 0.62% -
XYZ 19.58 9.5 28.41 -
YUV 64.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 159 1 147 0 0.99 0.08 0.38 304.56 0.99 0.31
Hex 9F 1 93 0 63 8 26 131 63 1F
Octal 237 1 223 0 143 10 46 461 143 37
Binary 10011111 1 10010011 0 1100011 1000 100110 100110001 1100011 11111

Color Harmonies of #9F0193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0193

Black with #9F0193

Text Example


Text Example

White with #9F0193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,147); }

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

background-color css

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

 a { background-color: rgb(159,1,147); }

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

border-color css

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

 span { border-color: rgb(159,1,147); }

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