Html Css Color HEX #871894 Dark Magenta

📋 copy color: '#871894'

red 135 ◦ green 24 ◦ blue 148

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

Shades of Dark Magenta #871894

Tints of Dark Magenta #871894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 43.97%
G = 7.82%
B = 48.21%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871894 (or 0x871894) is known color: Dark Magenta. HEX triplet: 87, 18 and 94. RGB value is (135,24,148). Sum of RGB (Red+Green+Blue) = 135+24+148=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #871894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871894 is #78E76B. Grayscale: #464646. Windows color (decimal): -7923564 or 9705607. OLE color: 9705607.

HSL color Cylindrical-coordinate representation of color #871894: hue angle of 293.71º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871894 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 24 148 -
CMYK 0.09 0.84 0 0.42
HSL 293.71º 0.72% 0.34% -
HSV(B) 293.71º 0.84% 0.58% -
XYZ 15.66 7.94 28.72 -
YUV 71.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 135 24 148 0.09 0.84 0 0.42 293.71 0.72 0.34
Hex 87 18 94 9 54 0 2A 126 48 22
Octal 207 30 224 11 124 0 52 446 110 42
Binary 10000111 11000 10010100 1001 1010100 0 101010 100100110 1001000 100010

Color Harmonies of #871894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871894

Black with #871894

Text Example


Text Example

White with #871894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871894; }

 p { color: rgb(135,24,148); }

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

background-color css

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

 a { background-color: rgb(135,24,148); }

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

border-color css

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

 span { border-color: rgb(135,24,148); }

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