Html Css Color HEX #9F209B Dark Magenta

📋 copy color: '#9F209B'

red 159 ◦ green 32 ◦ blue 155

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

Shades of Dark Magenta #9F209B

Tints of Dark Magenta #9F209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.25%

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 45.95%
G = 9.25%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F209B (or 0x9F209B) is known color: Dark Magenta. HEX triplet: 9F, 20 and 9B. RGB value is (159,32,155). Sum of RGB (Red+Green+Blue) = 159+32+155=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F209B is #60DF64. Grayscale: #535353. Windows color (decimal): -6348645 or 10166431. OLE color: 10166431.

HSL color Cylindrical-coordinate representation of color #9F209B: hue angle of 301.89º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F209B is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 155 -
CMYK 0 0.80 0.03 0.38
HSL 301.89º 0.66% 0.37% -
HSV(B) 301.89º 0.8% 0.62% -
XYZ 20.73 10.77 32 -
YUV 84 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 159 32 155 0 0.80 0.03 0.38 301.89 0.66 0.37
Hex 9F 20 9B 0 50 3 26 12E 42 25
Octal 237 40 233 0 120 3 46 456 102 45
Binary 10011111 100000 10011011 0 1010000 11 100110 100101110 1000010 100101

Color Harmonies of #9F209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F209B

Black with #9F209B

Text Example


Text Example

White with #9F209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,155); }

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

background-color css

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

 a { background-color: rgb(159,32,155); }

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

border-color css

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

 span { border-color: rgb(159,32,155); }

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