Html Css Color HEX #880FAA Dark Magenta

📋 copy color: '#880FAA'

red 136 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #880FAA

Tints of Dark Magenta #880FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 42.37%
G = 4.67%
B = 52.96%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#880FAA (or 0x880FAA) is known color: Dark Magenta. HEX triplet: 88, 0F and AA. RGB value is (136,15,170). Sum of RGB (Red+Green+Blue) = 136+15+170=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #880FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FAA is #77F055. Grayscale: #444444. Windows color (decimal): -7860310 or 11145096. OLE color: 11145096.

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

Color convert

RGB 136 15 170 -
CMYK 0.20 0.91 0 0.33
HSL 286.84º 0.84% 0.36% -
HSV(B) 286.84º 0.91% 0.67% -
XYZ 17.58 8.48 38.74 -
YUV 68.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 136 15 170 0.20 0.91 0 0.33 286.84 0.84 0.36
Hex 88 F AA 14 5B 0 21 11F 54 24
Octal 210 17 252 24 133 0 41 437 124 44
Binary 10001000 1111 10101010 10100 1011011 0 100001 100011111 1010100 100100

Color Harmonies of #880FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FAA

Black with #880FAA

Text Example


Text Example

White with #880FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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