Html Css Color HEX #870194 Dark Magenta

📋 copy color: '#870194'

red 135 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #870194

Tints of Dark Magenta #870194

RGB

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

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

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

R = 47.54%
G = 0.35%
B = 52.11%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#870194 (or 0x870194) is known color: Dark Magenta. HEX triplet: 87, 01 and 94. RGB value is (135,1,148). Sum of RGB (Red+Green+Blue) = 135+1+148=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #870194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870194 is #78FE6B. Grayscale: #393939. Windows color (decimal): -7929452 or 9699719. OLE color: 9699719.

HSL color Cylindrical-coordinate representation of color #870194: hue angle of 294.69º 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 #870194 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 1 148 -
CMYK 0.09 0.99 0 0.42
HSL 294.69º 0.99% 0.29% -
HSV(B) 294.69º 0.99% 0.58% -
XYZ 15.35 7.31 28.62 -
YUV 57.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 135 1 148 0.09 0.99 0 0.42 294.69 0.99 0.29
Hex 87 1 94 9 63 0 2A 127 63 1D
Octal 207 1 224 11 143 0 52 447 143 35
Binary 10000111 1 10010100 1001 1100011 0 101010 100100111 1100011 11101

Color Harmonies of #870194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870194

Black with #870194

Text Example


Text Example

White with #870194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870194; }

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

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

background-color css

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

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

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

border-color css

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

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

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