Html Css Color HEX #9F1092 Dark Magenta

📋 copy color: '#9F1092'

red 159 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #9F1092

Tints of Dark Magenta #9F1092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 49.53%
G = 4.98%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F1092 (or 0x9F1092) is known color: Dark Magenta. HEX triplet: 9F, 10 and 92. RGB value is (159,16,146). Sum of RGB (Red+Green+Blue) = 159+16+146=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1092 is #60EF6D. Grayscale: #494949. Windows color (decimal): -6352750 or 9572511. OLE color: 9572511.

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

Color convert

RGB 159 16 146 -
CMYK 0 0.90 0.08 0.38
HSL 305.45º 0.82% 0.34% -
HSV(B) 305.45º 0.9% 0.62% -
XYZ 19.67 9.82 28.05 -
YUV 73.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 159 16 146 0 0.90 0.08 0.38 305.45 0.82 0.34
Hex 9F 10 92 0 5A 8 26 131 52 22
Octal 237 20 222 0 132 10 46 461 122 42
Binary 10011111 10000 10010010 0 1011010 1000 100110 100110001 1010010 100010

Color Harmonies of #9F1092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1092

Black with #9F1092

Text Example


Text Example

White with #9F1092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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