Html Css Color HEX #8B0187 Dark Magenta

📋 copy color: '#8B0187'

red 139 ◦ green 1 ◦ blue 135

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

Shades of Dark Magenta #8B0187

Tints of Dark Magenta #8B0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 50.55%
G = 0.36%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8B0187 (or 0x8B0187) is known color: Dark Magenta. HEX triplet: 8B, 01 and 87. RGB value is (139,1,135). Sum of RGB (Red+Green+Blue) = 139+1+135=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0187 is #74FE78. Grayscale: #393939. Windows color (decimal): -7667321 or 8847755. OLE color: 8847755.

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

Color convert

RGB 139 1 135 -
CMYK 0 0.99 0.03 0.45
HSL 301.74º 0.99% 0.27% -
HSV(B) 301.74º 0.99% 0.55% -
XYZ 15.03 7.26 23.53 -
YUV 57.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 139 1 135 0 0.99 0.03 0.45 301.74 0.99 0.27
Hex 8B 1 87 0 63 3 2D 12E 63 1B
Octal 213 1 207 0 143 3 55 456 143 33
Binary 10001011 1 10000111 0 1100011 11 101101 100101110 1100011 11011

Color Harmonies of #8B0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0187

Black with #8B0187

Text Example


Text Example

White with #8B0187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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