Html Css Color HEX #8B029F Dark Magenta

📋 copy color: '#8B029F'

red 139 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #8B029F

Tints of Dark Magenta #8B029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 46.33%
G = 0.67%
B = 53%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B029F (or 0x8B029F) is known color: Dark Magenta. HEX triplet: 8B, 02 and 9F. RGB value is (139,2,159). Sum of RGB (Red+Green+Blue) = 139+2+159=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B029F is #74FD60. Grayscale: #3C3C3C. Windows color (decimal): -7667041 or 10420875. OLE color: 10420875.

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

Color convert

RGB 139 2 159 -
CMYK 0.13 0.99 0 0.38
HSL 292.36º 0.98% 0.32% -
HSV(B) 292.36º 0.99% 0.62% -
XYZ 16.93 8.04 33.46 -
YUV 60.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 139 2 159 0.13 0.99 0 0.38 292.36 0.98 0.32
Hex 8B 2 9F D 63 0 26 124 62 20
Octal 213 2 237 15 143 0 46 444 142 40
Binary 10001011 10 10011111 1101 1100011 0 100110 100100100 1100010 100000

Color Harmonies of #8B029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B029F

Black with #8B029F

Text Example


Text Example

White with #8B029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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