Html Css Color HEX #9B059F Dark Magenta

📋 copy color: '#9B059F'

red 155 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #9B059F

Tints of Dark Magenta #9B059F

RGB

 RED value IS 155 (60.94% from 255) = 48.59%

 GREEN value IS 5 (2.34% from 255) = 1.57%

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 48.59%
G = 1.57%
B = 49.84%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B059F (or 0x9B059F) is known color: Dark Magenta. HEX triplet: 9B, 05 and 9F. RGB value is (155,5,159). Sum of RGB (Red+Green+Blue) = 155+5+159=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B059F is #64FA60. Grayscale: #424242. Windows color (decimal): -6617697 or 10421659. OLE color: 10421659.

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

Color convert

RGB 155 5 159 -
CMYK 0.03 0.97 0 0.38
HSL 298.44º 0.94% 0.32% -
HSV(B) 298.44º 0.97% 0.62% -
XYZ 19.83 9.58 33.6 -
YUV 67.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 155 5 159 0.03 0.97 0 0.38 298.44 0.94 0.32
Hex 9B 5 9F 3 61 0 26 12A 5E 20
Octal 233 5 237 3 141 0 46 452 136 40
Binary 10011011 101 10011111 11 1100001 0 100110 100101010 1011110 100000

Color Harmonies of #9B059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B059F

Black with #9B059F

Text Example


Text Example

White with #9B059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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