Html Css Color HEX #8B139B Dark Magenta

📋 copy color: '#8B139B'

red 139 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #8B139B

Tints of Dark Magenta #8B139B

RGB

 RED value IS 139 (54.69% from 255) = 44.41%

 GREEN value IS 19 (7.81% from 255) = 6.07%

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

R = 44.41%
G = 6.07%
B = 49.52%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B139B (or 0x8B139B) is known color: Dark Magenta. HEX triplet: 8B, 13 and 9B. RGB value is (139,19,155). Sum of RGB (Red+Green+Blue) = 139+19+155=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B139B is #74EC64. Grayscale: #454545. Windows color (decimal): -7662693 or 10163083. OLE color: 10163083.

HSL color Cylindrical-coordinate representation of color #8B139B: hue angle of 292.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B139B is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 19 155 -
CMYK 0.10 0.88 0 0.39
HSL 292.94º 0.78% 0.34% -
HSV(B) 292.94º 0.88% 0.61% -
XYZ 16.8 8.32 31.73 -
YUV 70.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 139 19 155 0.10 0.88 0 0.39 292.94 0.78 0.34
Hex 8B 13 9B A 58 0 27 125 4E 22
Octal 213 23 233 12 130 0 47 445 116 42
Binary 10001011 10011 10011011 1010 1011000 0 100111 100100101 1001110 100010

Color Harmonies of #8B139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B139B

Black with #8B139B

Text Example


Text Example

White with #8B139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B139B; }

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

 H1.HeaderClassName
 {
   color: #8B139B;
 }
 .AnyTagClassName
 {
   color: #8B139B;
 }
</style>

background-color css

<style>
 a { background-color: #8B139B; }

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

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

border-color css

<style>
 span { border-color: #8B139B; }

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

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