Html Css Color HEX #870692 Dark Magenta

📋 copy color: '#870692'

red 135 ◦ green 6 ◦ blue 146

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

Shades of Dark Magenta #870692

Tints of Dark Magenta #870692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 47.04%
G = 2.09%
B = 50.87%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#870692 (or 0x870692) is known color: Dark Magenta. HEX triplet: 87, 06 and 92. RGB value is (135,6,146). Sum of RGB (Red+Green+Blue) = 135+6+146=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #870692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870692 is #78F96D. Grayscale: #3C3C3C. Windows color (decimal): -7928174 or 9569927. OLE color: 9569927.

HSL color Cylindrical-coordinate representation of color #870692: hue angle of 295.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870692 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 6 146 -
CMYK 0.08 0.96 0 0.43
HSL 295.29º 0.92% 0.3% -
HSV(B) 295.29º 0.96% 0.57% -
XYZ 15.25 7.36 27.81 -
YUV 60.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 135 6 146 0.08 0.96 0 0.43 295.29 0.92 0.3
Hex 87 6 92 8 60 0 2B 127 5C 1E
Octal 207 6 222 10 140 0 53 447 134 36
Binary 10000111 110 10010010 1000 1100000 0 101011 100100111 1011100 11110

Color Harmonies of #870692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870692

Black with #870692

Text Example


Text Example

White with #870692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870692; }

 p { color: rgb(135,6,146); }

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

background-color css

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

 a { background-color: rgb(135,6,146); }

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

border-color css

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

 span { border-color: rgb(135,6,146); }

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