Html Css Color HEX #880C89 Dark Magenta

📋 copy color: '#880C89'

red 136 ◦ green 12 ◦ blue 137

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

Shades of Dark Magenta #880C89

Tints of Dark Magenta #880C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 47.72%
G = 4.21%
B = 48.07%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#880C89 (or 0x880C89) is known color: Dark Magenta. HEX triplet: 88, 0C and 89. RGB value is (136,12,137). Sum of RGB (Red+Green+Blue) = 136+12+137=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #880C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880C89 is #77F376. Grayscale: #3E3E3E. Windows color (decimal): -7861111 or 8981640. OLE color: 8981640.

HSL color Cylindrical-coordinate representation of color #880C89: hue angle of 299.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C89 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 12 137 -
CMYK 0.01 0.91 0 0.46
HSL 299.52º 0.84% 0.29% -
HSV(B) 299.52º 0.91% 0.54% -
XYZ 14.8 7.3 24.3 -
YUV 63.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 136 12 137 0.01 0.91 0 0.46 299.52 0.84 0.29
Hex 88 C 89 1 5B 0 2E 12C 54 1D
Octal 210 14 211 1 133 0 56 454 124 35
Binary 10001000 1100 10001001 1 1011011 0 101110 100101100 1010100 11101

Color Harmonies of #880C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C89

Black with #880C89

Text Example


Text Example

White with #880C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,137); }

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

background-color css

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

 a { background-color: rgb(136,12,137); }

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

border-color css

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

 span { border-color: rgb(136,12,137); }

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