Html Css Color HEX #8B0188 Dark Magenta

📋 copy color: '#8B0188'

red 139 ◦ green 1 ◦ blue 136

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

Shades of Dark Magenta #8B0188

Tints of Dark Magenta #8B0188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 50.36%
G = 0.36%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B0188 (or 0x8B0188) is known color: Dark Magenta. HEX triplet: 8B, 01 and 88. RGB value is (139,1,136). Sum of RGB (Red+Green+Blue) = 139+1+136=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0188 is #74FE77. Grayscale: #393939. Windows color (decimal): -7667320 or 8913291. OLE color: 8913291.

HSL color Cylindrical-coordinate representation of color #8B0188: hue angle of 301.3º 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 #8B0188 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 136 -
CMYK 0 0.99 0.02 0.45
HSL 301.3º 0.99% 0.27% -
HSV(B) 301.3º 0.99% 0.55% -
XYZ 15.1 7.29 23.9 -
YUV 57.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 139 1 136 0 0.99 0.02 0.45 301.3 0.99 0.27
Hex 8B 1 88 0 63 2 2D 12D 63 1B
Octal 213 1 210 0 143 2 55 455 143 33
Binary 10001011 1 10001000 0 1100011 10 101101 100101101 1100011 11011

Color Harmonies of #8B0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0188

Black with #8B0188

Text Example


Text Example

White with #8B0188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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