Html Css Color HEX #8B0082 Dark Magenta

📋 copy color: '#8B0082'

red 139 ◦ green 0 ◦ blue 130

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

Shades of Dark Magenta #8B0082

Tints of Dark Magenta #8B0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 51.67%
G = 0%
B = 48.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B0082 (or 0x8B0082) is known color: Dark Magenta. HEX triplet: 8B, 00 and 82. RGB value is (139,0,130). Sum of RGB (Red+Green+Blue) = 139+0+130=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0082 is #74FF7D. Grayscale: #383838. Windows color (decimal): -7667582 or 8519819. OLE color: 8519819.

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

Color convert

RGB 139 0 130 -
CMYK 0 1 0.06 0.45
HSL 303.88º 1% 0.27% -
HSV(B) 303.88º 1% 0.55% -
XYZ 14.68 7.1 21.72 -
YUV 56.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 139 0 130 0 1 0.06 0.45 303.88 1 0.27
Hex 8B 0 82 0 64 6 2D 130 64 1B
Octal 213 0 202 0 144 6 55 460 144 33
Binary 10001011 0 10000010 0 1100100 110 101101 100110000 1100100 11011

Color Harmonies of #8B0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0082

Black with #8B0082

Text Example


Text Example

White with #8B0082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,130); }

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

background-color css

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

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

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

border-color css

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

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

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