Html Css Color HEX #870384 Dark Magenta

📋 copy color: '#870384'

red 135 ◦ green 3 ◦ blue 132

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

Shades of Dark Magenta #870384

Tints of Dark Magenta #870384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 50%
G = 1.11%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#870384 (or 0x870384) is known color: Dark Magenta. HEX triplet: 87, 03 and 84. RGB value is (135,3,132). Sum of RGB (Red+Green+Blue) = 135+3+132=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #870384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870384 is #78FC7B. Grayscale: #383838. Windows color (decimal): -7928956 or 8651655. OLE color: 8651655.

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

Color convert

RGB 135 3 132 -
CMYK 0 0.98 0.02 0.47
HSL 301.36º 0.96% 0.27% -
HSV(B) 301.36º 0.98% 0.53% -
XYZ 14.19 6.88 22.41 -
YUV 57.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 135 3 132 0 0.98 0.02 0.47 301.36 0.96 0.27
Hex 87 3 84 0 62 2 2F 12D 60 1B
Octal 207 3 204 0 142 2 57 455 140 33
Binary 10000111 11 10000100 0 1100010 10 101111 100101101 1100000 11011

Color Harmonies of #870384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870384

Black with #870384

Text Example


Text Example

White with #870384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870384; }

 p { color: rgb(135,3,132); }

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

background-color css

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

 a { background-color: rgb(135,3,132); }

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

border-color css

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

 span { border-color: rgb(135,3,132); }

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