Html Css Color HEX #870893 Dark Magenta

📋 copy color: '#870893'

red 135 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #870893

Tints of Dark Magenta #870893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 46.55%
G = 2.76%
B = 50.69%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#870893 (or 0x870893) is known color: Dark Magenta. HEX triplet: 87, 08 and 93. RGB value is (135,8,147). Sum of RGB (Red+Green+Blue) = 135+8+147=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #870893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870893 is #78F76C. Grayscale: #3D3D3D. Windows color (decimal): -7927661 or 9635975. OLE color: 9635975.

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

Color convert

RGB 135 8 147 -
CMYK 0.08 0.95 0 0.42
HSL 294.82º 0.9% 0.3% -
HSV(B) 294.82º 0.95% 0.58% -
XYZ 15.34 7.43 28.23 -
YUV 61.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 135 8 147 0.08 0.95 0 0.42 294.82 0.9 0.3
Hex 87 8 93 8 5F 0 2A 127 5A 1E
Octal 207 10 223 10 137 0 52 447 132 36
Binary 10000111 1000 10010011 1000 1011111 0 101010 100100111 1011010 11110

Color Harmonies of #870893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870893

Black with #870893

Text Example


Text Example

White with #870893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870893; }

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

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

background-color css

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

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

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

border-color css

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

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

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