Html Css Color HEX #8B0B85 Dark Magenta

📋 copy color: '#8B0B85'

red 139 ◦ green 11 ◦ blue 133

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

Shades of Dark Magenta #8B0B85

Tints of Dark Magenta #8B0B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47%

R = 49.12%
G = 3.89%
B = 47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B0B85 (or 0x8B0B85) is known color: Dark Magenta. HEX triplet: 8B, 0B and 85. RGB value is (139,11,133). Sum of RGB (Red+Green+Blue) = 139+11+133=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0B85 is #74F47A. Grayscale: #3E3E3E. Windows color (decimal): -7664763 or 8719243. OLE color: 8719243.

HSL color Cylindrical-coordinate representation of color #8B0B85: hue angle of 302.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B85 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 11 133 -
CMYK 0 0.92 0.04 0.45
HSL 302.81º 0.85% 0.29% -
HSV(B) 302.81º 0.92% 0.55% -
XYZ 15 7.42 22.83 -
YUV 63.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 139 11 133 0 0.92 0.04 0.45 302.81 0.85 0.29
Hex 8B B 85 0 5C 4 2D 12F 55 1D
Octal 213 13 205 0 134 4 55 457 125 35
Binary 10001011 1011 10000101 0 1011100 100 101101 100101111 1010101 11101

Color Harmonies of #8B0B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B85

Black with #8B0B85

Text Example


Text Example

White with #8B0B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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