Html Css Color HEX #851389 Dark Magenta

📋 copy color: '#851389'

red 133 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #851389

Tints of Dark Magenta #851389

RGB

 RED value IS 133 (52.34% from 255) = 46.02%

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 46.02%
G = 6.57%
B = 47.4%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#851389 (or 0x851389) is known color: Dark Magenta. HEX triplet: 85, 13 and 89. RGB value is (133,19,137). Sum of RGB (Red+Green+Blue) = 133+19+137=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #851389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851389 is #7AEC76. Grayscale: #424242. Windows color (decimal): -8055927 or 8983429. OLE color: 8983429.

HSL color Cylindrical-coordinate representation of color #851389: hue angle of 297.97º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851389 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 19 137 -
CMYK 0.03 0.86 0 0.46
HSL 297.97º 0.76% 0.31% -
HSV(B) 297.97º 0.86% 0.54% -
XYZ 14.42 7.26 24.31 -
YUV 66.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 133 19 137 0.03 0.86 0 0.46 297.97 0.76 0.31
Hex 85 13 89 3 56 0 2E 12A 4C 1F
Octal 205 23 211 3 126 0 56 452 114 37
Binary 10000101 10011 10001001 11 1010110 0 101110 100101010 1001100 11111

Color Harmonies of #851389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851389

Black with #851389

Text Example


Text Example

White with #851389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851389; }

 p { color: rgb(133,19,137); }

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

background-color css

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

 a { background-color: rgb(133,19,137); }

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

border-color css

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

 span { border-color: rgb(133,19,137); }

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