Html Css Color HEX #870390 Dark Magenta

📋 copy color: '#870390'

red 135 ◦ green 3 ◦ blue 144

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

Shades of Dark Magenta #870390

Tints of Dark Magenta #870390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 47.87%
G = 1.06%
B = 51.06%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#870390 (or 0x870390) is known color: Dark Magenta. HEX triplet: 87, 03 and 90. RGB value is (135,3,144). Sum of RGB (Red+Green+Blue) = 135+3+144=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #870390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870390 is #78FC6F. Grayscale: #3A3A3A. Windows color (decimal): -7928944 or 9438087. OLE color: 9438087.

HSL color Cylindrical-coordinate representation of color #870390: hue angle of 296.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870390 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 3 144 -
CMYK 0.06 0.98 0 0.44
HSL 296.17º 0.96% 0.29% -
HSV(B) 296.17º 0.98% 0.56% -
XYZ 15.06 7.23 26.99 -
YUV 58.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 135 3 144 0.06 0.98 0 0.44 296.17 0.96 0.29
Hex 87 3 90 6 62 0 2C 128 60 1D
Octal 207 3 220 6 142 0 54 450 140 35
Binary 10000111 11 10010000 110 1100010 0 101100 100101000 1100000 11101

Color Harmonies of #870390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870390

Black with #870390

Text Example


Text Example

White with #870390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870390; }

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

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

background-color css

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

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

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

border-color css

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

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

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