Html Css Color HEX #851390 Dark Magenta

📋 copy color: '#851390'

red 133 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #851390

Tints of Dark Magenta #851390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 44.93%
G = 6.42%
B = 48.65%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#851390 (or 0x851390) is known color: Dark Magenta. HEX triplet: 85, 13 and 90. RGB value is (133,19,144). Sum of RGB (Red+Green+Blue) = 133+19+144=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #851390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851390 is #7AEC6F. Grayscale: #424242. Windows color (decimal): -8055920 or 9442181. OLE color: 9442181.

HSL color Cylindrical-coordinate representation of color #851390: hue angle of 294.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851390 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 19 144 -
CMYK 0.08 0.87 0 0.44
HSL 294.72º 0.77% 0.32% -
HSV(B) 294.72º 0.87% 0.56% -
XYZ 14.94 7.47 27.04 -
YUV 67.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 133 19 144 0.08 0.87 0 0.44 294.72 0.77 0.32
Hex 85 13 90 8 57 0 2C 127 4D 20
Octal 205 23 220 10 127 0 54 447 115 40
Binary 10000101 10011 10010000 1000 1010111 0 101100 100100111 1001101 100000

Color Harmonies of #851390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851390

Black with #851390

Text Example


Text Example

White with #851390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851390; }

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

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

background-color css

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

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

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

border-color css

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

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

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