Html Css Color HEX #8B059F Dark Magenta

📋 copy color: '#8B059F'

red 139 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #8B059F

Tints of Dark Magenta #8B059F

RGB

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

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

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

R = 45.87%
G = 1.65%
B = 52.48%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B059F (or 0x8B059F) is known color: Dark Magenta. HEX triplet: 8B, 05 and 9F. RGB value is (139,5,159). Sum of RGB (Red+Green+Blue) = 139+5+159=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B059F is #74FA60. Grayscale: #3E3E3E. Windows color (decimal): -7666273 or 10421643. OLE color: 10421643.

HSL color Cylindrical-coordinate representation of color #8B059F: hue angle of 292.21º 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 #8B059F is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 5 159 -
CMYK 0.13 0.97 0 0.38
HSL 292.21º 0.94% 0.32% -
HSV(B) 292.21º 0.97% 0.62% -
XYZ 16.96 8.1 33.47 -
YUV 62.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 139 5 159 0.13 0.97 0 0.38 292.21 0.94 0.32
Hex 8B 5 9F D 61 0 26 124 5E 20
Octal 213 5 237 15 141 0 46 444 136 40
Binary 10001011 101 10011111 1101 1100001 0 100110 100100100 1011110 100000

Color Harmonies of #8B059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B059F

Black with #8B059F

Text Example


Text Example

White with #8B059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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