Html Css Color HEX #880A8B Dark Magenta

📋 copy color: '#880A8B'

red 136 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #880A8B

Tints of Dark Magenta #880A8B

RGB

 RED value IS 136 (53.52% from 255) = 47.72%

 GREEN value IS 10 (4.3% from 255) = 3.51%

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 47.72%
G = 3.51%
B = 48.77%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#880A8B (or 0x880A8B) is known color: Dark Magenta. HEX triplet: 88, 0A and 8B. RGB value is (136,10,139). Sum of RGB (Red+Green+Blue) = 136+10+139=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #880A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A8B is #77F574. Grayscale: #3D3D3D. Windows color (decimal): -7861621 or 9112200. OLE color: 9112200.

HSL color Cylindrical-coordinate representation of color #880A8B: hue angle of 298.6º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A8B is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 10 139 -
CMYK 0.02 0.93 0 0.45
HSL 298.6º 0.87% 0.29% -
HSV(B) 298.6º 0.93% 0.55% -
XYZ 14.92 7.32 25.05 -
YUV 62.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 136 10 139 0.02 0.93 0 0.45 298.6 0.87 0.29
Hex 88 A 8B 2 5D 0 2D 12B 57 1D
Octal 210 12 213 2 135 0 55 453 127 35
Binary 10001000 1010 10001011 10 1011101 0 101101 100101011 1010111 11101

Color Harmonies of #880A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A8B

Black with #880A8B

Text Example


Text Example

White with #880A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A8B; }

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

 H1.HeaderClassName
 {
   color: #880A8B;
 }
 .AnyTagClassName
 {
   color: #880A8B;
 }
</style>

background-color css

<style>
 a { background-color: #880A8B; }

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

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

border-color css

<style>
 span { border-color: #880A8B; }

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

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