Html Css Color HEX #851992 Dark Magenta

📋 copy color: '#851992'

red 133 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #851992

Tints of Dark Magenta #851992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 43.75%
G = 8.22%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#851992 (or 0x851992) is known color: Dark Magenta. HEX triplet: 85, 19 and 92. RGB value is (133,25,146). Sum of RGB (Red+Green+Blue) = 133+25+146=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #851992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851992 is #7AE66D. Grayscale: #464646. Windows color (decimal): -8054382 or 9574789. OLE color: 9574789.

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

Color convert

RGB 133 25 146 -
CMYK 0.09 0.83 0 0.43
HSL 293.55º 0.71% 0.34% -
HSV(B) 293.55º 0.83% 0.57% -
XYZ 15.21 7.76 27.89 -
YUV 71.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 133 25 146 0.09 0.83 0 0.43 293.55 0.71 0.34
Hex 85 19 92 9 53 0 2B 126 47 22
Octal 205 31 222 11 123 0 53 446 107 42
Binary 10000101 11001 10010010 1001 1010011 0 101011 100100110 1000111 100010

Color Harmonies of #851992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851992

Black with #851992

Text Example


Text Example

White with #851992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851992; }

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

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

background-color css

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

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

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

border-color css

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

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

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