Html Css Color HEX #851095 Dark Magenta

📋 copy color: '#851095'

red 133 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #851095

Tints of Dark Magenta #851095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 44.63%
G = 5.37%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#851095 (or 0x851095) is known color: Dark Magenta. HEX triplet: 85, 10 and 95. RGB value is (133,16,149). Sum of RGB (Red+Green+Blue) = 133+16+149=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #851095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851095 is #7AEF6A. Grayscale: #414141. Windows color (decimal): -8056683 or 9769093. OLE color: 9769093.

HSL color Cylindrical-coordinate representation of color #851095: hue angle of 292.78º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851095 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 16 149 -
CMYK 0.11 0.89 0 0.42
HSL 292.78º 0.81% 0.32% -
HSV(B) 292.78º 0.89% 0.58% -
XYZ 15.28 7.53 29.08 -
YUV 66.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 133 16 149 0.11 0.89 0 0.42 292.78 0.81 0.32
Hex 85 10 95 B 59 0 2A 125 51 20
Octal 205 20 225 13 131 0 52 445 121 40
Binary 10000101 10000 10010101 1011 1011001 0 101010 100100101 1010001 100000

Color Harmonies of #851095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851095

Black with #851095

Text Example


Text Example

White with #851095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851095; }

 p { color: rgb(133,16,149); }

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

background-color css

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

 a { background-color: rgb(133,16,149); }

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

border-color css

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

 span { border-color: rgb(133,16,149); }

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