Html Css Color HEX #880FAC Dark Magenta

📋 copy color: '#880FAC'

red 136 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #880FAC

Tints of Dark Magenta #880FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 42.11%
G = 4.64%
B = 53.25%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#880FAC (or 0x880FAC) is known color: Dark Magenta. HEX triplet: 88, 0F and AC. RGB value is (136,15,172). Sum of RGB (Red+Green+Blue) = 136+15+172=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #880FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FAC is #77F053. Grayscale: #444444. Windows color (decimal): -7860308 or 11276168. OLE color: 11276168.

HSL color Cylindrical-coordinate representation of color #880FAC: hue angle of 286.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880FAC is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 15 172 -
CMYK 0.21 0.91 0 0.33
HSL 286.24º 0.84% 0.37% -
HSV(B) 286.24º 0.91% 0.67% -
XYZ 17.77 8.55 39.74 -
YUV 69.08 186.09 175.73 -
System Red Green Blue C M Y K H S L
Decimal 136 15 172 0.21 0.91 0 0.33 286.24 0.84 0.37
Hex 88 F AC 15 5B 0 21 11E 54 25
Octal 210 17 254 25 133 0 41 436 124 45
Binary 10001000 1111 10101100 10101 1011011 0 100001 100011110 1010100 100101

Color Harmonies of #880FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FAC

Black with #880FAC

Text Example


Text Example

White with #880FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,15,172); }

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

background-color css

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

 a { background-color: rgb(136,15,172); }

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

border-color css

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

 span { border-color: rgb(136,15,172); }

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