Html Css Color HEX #851792 Dark Magenta

📋 copy color: '#851792'

red 133 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #851792

Tints of Dark Magenta #851792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 44.04%
G = 7.62%
B = 48.34%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#851792 (or 0x851792) is known color: Dark Magenta. HEX triplet: 85, 17 and 92. RGB value is (133,23,146). Sum of RGB (Red+Green+Blue) = 133+23+146=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #851792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851792 is #7AE86D. Grayscale: #454545. Windows color (decimal): -8054894 or 9574277. OLE color: 9574277.

HSL color Cylindrical-coordinate representation of color #851792: hue angle of 293.66º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851792 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 23 146 -
CMYK 0.09 0.84 0 0.43
HSL 293.66º 0.73% 0.33% -
HSV(B) 293.66º 0.84% 0.57% -
XYZ 15.17 7.67 27.88 -
YUV 69.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 133 23 146 0.09 0.84 0 0.43 293.66 0.73 0.33
Hex 85 17 92 9 54 0 2B 126 49 21
Octal 205 27 222 11 124 0 53 446 111 41
Binary 10000101 10111 10010010 1001 1010100 0 101011 100100110 1001001 100001

Color Harmonies of #851792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851792

Black with #851792

Text Example


Text Example

White with #851792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851792; }

 p { color: rgb(133,23,146); }

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

background-color css

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

 a { background-color: rgb(133,23,146); }

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

border-color css

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

 span { border-color: rgb(133,23,146); }

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