Html Css Color HEX #8B0687 Dark Magenta

📋 copy color: '#8B0687'

red 139 ◦ green 6 ◦ blue 135

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

Shades of Dark Magenta #8B0687

Tints of Dark Magenta #8B0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 135 (53.13% from 255) = 48.21%

R = 49.64%
G = 2.14%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8B0687 (or 0x8B0687) is known color: Dark Magenta. HEX triplet: 8B, 06 and 87. RGB value is (139,6,135). Sum of RGB (Red+Green+Blue) = 139+6+135=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0687 is #74F978. Grayscale: #3C3C3C. Windows color (decimal): -7666041 or 8849035. OLE color: 8849035.

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

Color convert

RGB 139 6 135 -
CMYK 0 0.96 0.03 0.45
HSL 301.8º 0.92% 0.28% -
HSV(B) 301.8º 0.96% 0.55% -
XYZ 15.09 7.37 23.55 -
YUV 60.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 139 6 135 0 0.96 0.03 0.45 301.8 0.92 0.28
Hex 8B 6 87 0 60 3 2D 12E 5C 1C
Octal 213 6 207 0 140 3 55 456 134 34
Binary 10001011 110 10000111 0 1100000 11 101101 100101110 1011100 11100

Color Harmonies of #8B0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0687

Black with #8B0687

Text Example


Text Example

White with #8B0687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,135); }

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

background-color css

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

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

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

border-color css

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

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

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