Html Css Color HEX #9B039F Dark Magenta

📋 copy color: '#9B039F'

red 155 ◦ green 3 ◦ blue 159

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

Shades of Dark Magenta #9B039F

Tints of Dark Magenta #9B039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 48.9%
G = 0.95%
B = 50.16%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B039F (or 0x9B039F) is known color: Dark Magenta. HEX triplet: 9B, 03 and 9F. RGB value is (155,3,159). Sum of RGB (Red+Green+Blue) = 155+3+159=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B039F is #64FC60. Grayscale: #414141. Windows color (decimal): -6618209 or 10421147. OLE color: 10421147.

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

Color convert

RGB 155 3 159 -
CMYK 0.03 0.98 0 0.38
HSL 298.46º 0.96% 0.32% -
HSV(B) 298.46º 0.98% 0.62% -
XYZ 19.81 9.54 33.6 -
YUV 66.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 155 3 159 0.03 0.98 0 0.38 298.46 0.96 0.32
Hex 9B 3 9F 3 62 0 26 12A 60 20
Octal 233 3 237 3 142 0 46 452 140 40
Binary 10011011 11 10011111 11 1100010 0 100110 100101010 1100000 100000

Color Harmonies of #9B039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B039F

Black with #9B039F

Text Example


Text Example

White with #9B039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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