Html Css Color HEX #9F219B Dark Magenta

📋 copy color: '#9F219B'

red 159 ◦ green 33 ◦ blue 155

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

Shades of Dark Magenta #9F219B

Tints of Dark Magenta #9F219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

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

R = 45.82%
G = 9.51%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F219B (or 0x9F219B) is known color: Dark Magenta. HEX triplet: 9F, 21 and 9B. RGB value is (159,33,155). Sum of RGB (Red+Green+Blue) = 159+33+155=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F219B is #60DE64. Grayscale: #545454. Windows color (decimal): -6348389 or 10166687. OLE color: 10166687.

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

Color convert

RGB 159 33 155 -
CMYK 0 0.79 0.03 0.38
HSL 301.9º 0.66% 0.38% -
HSV(B) 301.9º 0.79% 0.62% -
XYZ 20.76 10.83 32.01 -
YUV 84.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 159 33 155 0 0.79 0.03 0.38 301.9 0.66 0.38
Hex 9F 21 9B 0 4F 3 26 12E 42 26
Octal 237 41 233 0 117 3 46 456 102 46
Binary 10011111 100001 10011011 0 1001111 11 100110 100101110 1000010 100110

Color Harmonies of #9F219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F219B

Black with #9F219B

Text Example


Text Example

White with #9F219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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