Html Css Color HEX #870195 Dark Magenta

📋 copy color: '#870195'

red 135 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #870195

Tints of Dark Magenta #870195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 47.37%
G = 0.35%
B = 52.28%

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

#870195 (or 0x870195) is known color: Dark Magenta. HEX triplet: 87, 01 and 95. RGB value is (135,1,149). Sum of RGB (Red+Green+Blue) = 135+1+149=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #870195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870195 is #78FE6A. Grayscale: #393939. Windows color (decimal): -7929451 or 9765255. OLE color: 9765255.

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

Color convert

RGB 135 1 149 -
CMYK 0.09 0.99 0 0.42
HSL 294.32º 0.99% 0.29% -
HSV(B) 294.32º 0.99% 0.58% -
XYZ 15.43 7.34 29.04 -
YUV 57.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 135 1 149 0.09 0.99 0 0.42 294.32 0.99 0.29
Hex 87 1 95 9 63 0 2A 126 63 1D
Octal 207 1 225 11 143 0 52 446 143 35
Binary 10000111 1 10010101 1001 1100011 0 101010 100100110 1100011 11101

Color Harmonies of #870195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870195

Black with #870195

Text Example


Text Example

White with #870195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870195; }

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

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

background-color css

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

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

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

border-color css

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

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

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