Html Css Color HEX #9F0A92 Dark Magenta

📋 copy color: '#9F0A92'

red 159 ◦ green 10 ◦ blue 146

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

Shades of Dark Magenta #9F0A92

Tints of Dark Magenta #9F0A92

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.17%

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

R = 50.48%
G = 3.17%
B = 46.35%

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

#9F0A92 (or 0x9F0A92) is known color: Dark Magenta. HEX triplet: 9F, 0A and 92. RGB value is (159,10,146). Sum of RGB (Red+Green+Blue) = 159+10+146=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A92 is #60F56D. Grayscale: #454545. Windows color (decimal): -6354286 or 9570975. OLE color: 9570975.

HSL color Cylindrical-coordinate representation of color #9F0A92: hue angle of 305.23º degrees, saturation: 0.88, 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 #9F0A92 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 10 146 -
CMYK 0 0.94 0.08 0.38
HSL 305.23º 0.88% 0.33% -
HSV(B) 305.23º 0.94% 0.62% -
XYZ 19.59 9.66 28.03 -
YUV 70.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 159 10 146 0 0.94 0.08 0.38 305.23 0.88 0.33
Hex 9F A 92 0 5E 8 26 131 58 21
Octal 237 12 222 0 136 10 46 461 130 41
Binary 10011111 1010 10010010 0 1011110 1000 100110 100110001 1011000 100001

Color Harmonies of #9F0A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A92

Black with #9F0A92

Text Example


Text Example

White with #9F0A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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