Html Css Color HEX #851097 Dark Magenta

📋 copy color: '#851097'

red 133 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #851097

Tints of Dark Magenta #851097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 44.33%
G = 5.33%
B = 50.33%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#851097 (or 0x851097) is known color: Dark Magenta. HEX triplet: 85, 10 and 97. RGB value is (133,16,151). Sum of RGB (Red+Green+Blue) = 133+16+151=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #851097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851097 is #7AEF68. Grayscale: #414141. Windows color (decimal): -8056681 or 9900165. OLE color: 9900165.

HSL color Cylindrical-coordinate representation of color #851097: hue angle of 292º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851097 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 16 151 -
CMYK 0.12 0.89 0 0.41
HSL 292º 0.81% 0.33% -
HSV(B) 292º 0.89% 0.59% -
XYZ 15.44 7.59 29.93 -
YUV 66.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 133 16 151 0.12 0.89 0 0.41 292 0.81 0.33
Hex 85 10 97 C 59 0 29 124 51 21
Octal 205 20 227 14 131 0 51 444 121 41
Binary 10000101 10000 10010111 1100 1011001 0 101001 100100100 1010001 100001

Color Harmonies of #851097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851097

Black with #851097

Text Example


Text Example

White with #851097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851097; }

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

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

background-color css

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

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

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

border-color css

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

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

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