Html Css Color HEX #880687 Dark Magenta

📋 copy color: '#880687'

red 136 ◦ green 6 ◦ blue 135

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

Shades of Dark Magenta #880687

Tints of Dark Magenta #880687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 49.1%
G = 2.17%
B = 48.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#880687 (or 0x880687) is known color: Dark Magenta. HEX triplet: 88, 06 and 87. RGB value is (136,6,135). Sum of RGB (Red+Green+Blue) = 136+6+135=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #880687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880687 is #77F978. Grayscale: #3B3B3B. Windows color (decimal): -7862649 or 8849032. OLE color: 8849032.

HSL color Cylindrical-coordinate representation of color #880687: hue angle of 300.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880687 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 135 -
CMYK 0 0.96 0.01 0.47
HSL 300.46º 0.92% 0.28% -
HSV(B) 300.46º 0.96% 0.53% -
XYZ 14.59 7.11 23.53 -
YUV 59.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 136 6 135 0 0.96 0.01 0.47 300.46 0.92 0.28
Hex 88 6 87 0 60 1 2F 12C 5C 1C
Octal 210 6 207 0 140 1 57 454 134 34
Binary 10001000 110 10000111 0 1100000 1 101111 100101100 1011100 11100

Color Harmonies of #880687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880687

Black with #880687

Text Example


Text Example

White with #880687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880687; }

 p { color: rgb(136,6,135); }

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

background-color css

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

 a { background-color: rgb(136,6,135); }

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

border-color css

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

 span { border-color: rgb(136,6,135); }

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