Html Css Color HEX #8B0B8E Dark Magenta

📋 copy color: '#8B0B8E'

red 139 ◦ green 11 ◦ blue 142

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

Shades of Dark Magenta #8B0B8E

Tints of Dark Magenta #8B0B8E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.77%

 BLUE value IS 142 (55.86% from 255) = 48.63%

R = 47.6%
G = 3.77%
B = 48.63%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B0B8E (or 0x8B0B8E) is known color: Dark Magenta. HEX triplet: 8B, 0B and 8E. RGB value is (139,11,142). Sum of RGB (Red+Green+Blue) = 139+11+142=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B0B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0B8E is #74F471. Grayscale: #3F3F3F. Windows color (decimal): -7664754 or 9309067. OLE color: 9309067.

HSL color Cylindrical-coordinate representation of color #8B0B8E: hue angle of 298.63º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B8E is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 11 142 -
CMYK 0.02 0.92 0 0.44
HSL 298.63º 0.86% 0.3% -
HSV(B) 298.63º 0.92% 0.56% -
XYZ 15.65 7.68 26.25 -
YUV 64.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 139 11 142 0.02 0.92 0 0.44 298.63 0.86 0.3
Hex 8B B 8E 2 5C 0 2C 12B 56 1E
Octal 213 13 216 2 134 0 54 453 126 36
Binary 10001011 1011 10001110 10 1011100 0 101100 100101011 1010110 11110

Color Harmonies of #8B0B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B8E

Black with #8B0B8E

Text Example


Text Example

White with #8B0B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,11,142); }

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

background-color css

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

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

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

border-color css

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

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

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