Html Css Color HEX #8B028B Dark Magenta

📋 copy color: '#8B028B'

red 139 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #8B028B

Tints of Dark Magenta #8B028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 49.64%
G = 0.71%
B = 49.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B028B (or 0x8B028B) is known color: Dark Magenta. HEX triplet: 8B, 02 and 8B. RGB value is (139,2,139). Sum of RGB (Red+Green+Blue) = 139+2+139=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B028B is #74FD74. Grayscale: #3A3A3A. Windows color (decimal): -7667061 or 9110155. OLE color: 9110155.

HSL color Cylindrical-coordinate representation of color #8B028B: hue angle of 300º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B028B is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 2 139 -
CMYK 0 0.99 0 0.45
HSL 300º 0.97% 0.28% -
HSV(B) 300º 0.99% 0.55% -
XYZ 15.33 7.4 25.05 -
YUV 58.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 139 2 139 0 0.99 0 0.45 300 0.97 0.28
Hex 8B 2 8B 0 63 0 2D 12C 61 1C
Octal 213 2 213 0 143 0 55 454 141 34
Binary 10001011 10 10001011 0 1100011 0 101101 100101100 1100001 11100

Color Harmonies of #8B028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B028B

Black with #8B028B

Text Example


Text Example

White with #8B028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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