#9B139E

Color #9B139E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9B139E

Tints of Dark Magenta #9B139E

Color information

#9B139E (or 0x9B139E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 13 and 9E. RGB value is (155,19,158). Sum of RGB (Red+Green+Blue) = 155+19+158=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B139E is #64EC61. Grayscale: #4B4B4B. Windows color (decimal): -6614114 or 10359707. OLE color: 10359707.

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

Color convert

RGB15519158-
CMYK0.020.8800.38
HSL298.71º78.53%34.71%-
HSV(B)298.71º87.97%61.96%-
XYZ19.929.933.21-
YUV75.51174.56184.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 19 (7.81% from 255) = 5.72%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=46.69%
G=5.72%
B=47.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155191580.020.8800.38298.7178.5334.71
Hex9B139E25802612b4f23
Octal23323236213004645311743
Binary10011011100111001111010101100001001101001010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,19,158); }

 H1.HeaderClassName
 {
   color: #9B139E;
 }
 .AnyTagClassName
 {
   color: #9B139E;
 }
</style>
background-color css

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

 a { background-color: rgb(155,19,158); }

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

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

 span { border-color: rgb(155,19,158); }

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