Html Css Color HEX #870888 Dark Magenta

📋 copy color: '#870888'

red 135 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #870888

Tints of Dark Magenta #870888

RGB

 RED value IS 135 (53.13% from 255) = 48.39%

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 48.39%
G = 2.87%
B = 48.75%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#870888 (or 0x870888) is known color: Dark Magenta. HEX triplet: 87, 08 and 88. RGB value is (135,8,136). Sum of RGB (Red+Green+Blue) = 135+8+136=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #870888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870888 is #78F777. Grayscale: #3C3C3C. Windows color (decimal): -7927672 or 8915079. OLE color: 8915079.

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

Color convert

RGB 135 8 136 -
CMYK 0.01 0.94 0 0.47
HSL 299.53º 0.89% 0.28% -
HSV(B) 299.53º 0.94% 0.53% -
XYZ 14.52 7.1 23.9 -
YUV 60.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 135 8 136 0.01 0.94 0 0.47 299.53 0.89 0.28
Hex 87 8 88 1 5E 0 2F 12C 59 1C
Octal 207 10 210 1 136 0 57 454 131 34
Binary 10000111 1000 10001000 1 1011110 0 101111 100101100 1011001 11100

Color Harmonies of #870888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870888

Black with #870888

Text Example


Text Example

White with #870888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870888; }

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

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

background-color css

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

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

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

border-color css

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

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

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