Html Css Color HEX #9B047E Dark Magenta

📋 copy color: '#9B047E'

red 155 ◦ green 4 ◦ blue 126

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

Shades of Dark Magenta #9B047E

Tints of Dark Magenta #9B047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 54.39%
G = 1.4%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B047E (or 0x9B047E) is known color: Dark Magenta. HEX triplet: 9B, 04 and 7E. RGB value is (155,4,126). Sum of RGB (Red+Green+Blue) = 155+4+126=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B047E is #64FB81. Grayscale: #3E3E3E. Windows color (decimal): -6617986 or 8258715. OLE color: 8258715.

HSL color Cylindrical-coordinate representation of color #9B047E: hue angle of 311.52º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B047E is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 4 126 -
CMYK 0 0.97 0.19 0.39
HSL 311.52º 0.95% 0.31% -
HSV(B) 311.52º 0.97% 0.61% -
XYZ 17.33 8.56 20.48 -
YUV 63.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 155 4 126 0 0.97 0.19 0.39 311.52 0.95 0.31
Hex 9B 4 7E 0 61 13 27 138 5F 1F
Octal 233 4 176 0 141 23 47 470 137 37
Binary 10011011 100 1111110 0 1100001 10011 100111 100111000 1011111 11111

Color Harmonies of #9B047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B047E

Black with #9B047E

Text Example


Text Example

White with #9B047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,126); }

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

background-color css

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

 a { background-color: rgb(155,4,126); }

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

border-color css

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

 span { border-color: rgb(155,4,126); }

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