Html Css Color HEX #880FA0 Dark Magenta

📋 copy color: '#880FA0'

red 136 ◦ green 15 ◦ blue 160

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

Shades of Dark Magenta #880FA0

Tints of Dark Magenta #880FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.45%

R = 43.73%
G = 4.82%
B = 51.45%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#880FA0 (or 0x880FA0) is known color: Dark Magenta. HEX triplet: 88, 0F and A0. RGB value is (136,15,160). Sum of RGB (Red+Green+Blue) = 136+15+160=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #880FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FA0 is #77F05F. Grayscale: #434343. Windows color (decimal): -7860320 or 10489736. OLE color: 10489736.

HSL color Cylindrical-coordinate representation of color #880FA0: hue angle of 290.07º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880FA0 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 15 160 -
CMYK 0.15 0.91 0 0.37
HSL 290.07º 0.83% 0.34% -
HSV(B) 290.07º 0.91% 0.63% -
XYZ 16.67 8.11 33.95 -
YUV 67.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 136 15 160 0.15 0.91 0 0.37 290.07 0.83 0.34
Hex 88 F A0 F 5B 0 25 122 53 22
Octal 210 17 240 17 133 0 45 442 123 42
Binary 10001000 1111 10100000 1111 1011011 0 100101 100100010 1010011 100010

Color Harmonies of #880FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FA0

Black with #880FA0

Text Example


Text Example

White with #880FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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