Html Css Color HEX #9F0992 Dark Magenta

📋 copy color: '#9F0992'

red 159 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #9F0992

Tints of Dark Magenta #9F0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.87%

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 50.64%
G = 2.87%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F0992 (or 0x9F0992) is known color: Dark Magenta. HEX triplet: 9F, 09 and 92. RGB value is (159,9,146). Sum of RGB (Red+Green+Blue) = 159+9+146=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0992 is #60F66D. Grayscale: #454545. Windows color (decimal): -6354542 or 9570719. OLE color: 9570719.

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

Color convert

RGB 159 9 146 -
CMYK 0 0.94 0.08 0.38
HSL 305.2º 0.89% 0.33% -
HSV(B) 305.2º 0.94% 0.62% -
XYZ 19.58 9.64 28.02 -
YUV 69.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 159 9 146 0 0.94 0.08 0.38 305.2 0.89 0.33
Hex 9F 9 92 0 5E 8 26 131 59 21
Octal 237 11 222 0 136 10 46 461 131 41
Binary 10011111 1001 10010010 0 1011110 1000 100110 100110001 1011001 100001

Color Harmonies of #9F0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0992

Black with #9F0992

Text Example


Text Example

White with #9F0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,146); }

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

background-color css

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

 a { background-color: rgb(159,9,146); }

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

border-color css

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

 span { border-color: rgb(159,9,146); }

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