Html Css Color HEX #871B8F Dark Magenta

📋 copy color: '#871B8F'

red 135 ◦ green 27 ◦ blue 143

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

Shades of Dark Magenta #871B8F

Tints of Dark Magenta #871B8F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 44.26%
G = 8.85%
B = 46.89%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#871B8F (or 0x871B8F) is known color: Dark Magenta. HEX triplet: 87, 1B and 8F. RGB value is (135,27,143). Sum of RGB (Red+Green+Blue) = 135+27+143=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #871B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B8F is #78E470. Grayscale: #484848. Windows color (decimal): -7922801 or 9378695. OLE color: 9378695.

HSL color Cylindrical-coordinate representation of color #871B8F: hue angle of 295.86º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871B8F is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 27 143 -
CMYK 0.06 0.81 0 0.44
HSL 295.86º 0.68% 0.33% -
HSV(B) 295.86º 0.81% 0.56% -
XYZ 15.34 7.92 26.71 -
YUV 72.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 135 27 143 0.06 0.81 0 0.44 295.86 0.68 0.33
Hex 87 1B 8F 6 51 0 2C 128 44 21
Octal 207 33 217 6 121 0 54 450 104 41
Binary 10000111 11011 10001111 110 1010001 0 101100 100101000 1000100 100001

Color Harmonies of #871B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871B8F

Black with #871B8F

Text Example


Text Example

White with #871B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871B8F; }

 p { color: rgb(135,27,143); }

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

background-color css

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

 a { background-color: rgb(135,27,143); }

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

border-color css

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

 span { border-color: rgb(135,27,143); }

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