Html Css Color HEX #870193 Dark Magenta

📋 copy color: '#870193'

red 135 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #870193

Tints of Dark Magenta #870193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 47.7%
G = 0.35%
B = 51.94%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#870193 (or 0x870193) is known color: Dark Magenta. HEX triplet: 87, 01 and 93. RGB value is (135,1,147). Sum of RGB (Red+Green+Blue) = 135+1+147=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #870193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870193 is #78FE6C. Grayscale: #393939. Windows color (decimal): -7929453 or 9634183. OLE color: 9634183.

HSL color Cylindrical-coordinate representation of color #870193: hue angle of 295.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870193 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 1 147 -
CMYK 0.08 0.99 0 0.42
HSL 295.07º 0.99% 0.29% -
HSV(B) 295.07º 0.99% 0.58% -
XYZ 15.27 7.28 28.2 -
YUV 57.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 135 1 147 0.08 0.99 0 0.42 295.07 0.99 0.29
Hex 87 1 93 8 63 0 2A 127 63 1D
Octal 207 1 223 10 143 0 52 447 143 35
Binary 10000111 1 10010011 1000 1100011 0 101010 100100111 1100011 11101

Color Harmonies of #870193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870193

Black with #870193

Text Example


Text Example

White with #870193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870193; }

 p { color: rgb(135,1,147); }

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

background-color css

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

 a { background-color: rgb(135,1,147); }

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

border-color css

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

 span { border-color: rgb(135,1,147); }

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