Html Css Color HEX #831092 Dark Magenta

📋 copy color: '#831092'

red 131 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #831092

Tints of Dark Magenta #831092

RGB

 RED value IS 131 (51.56% from 255) = 44.71%

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

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

R = 44.71%
G = 5.46%
B = 49.83%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831092 (or 0x831092) is known color: Dark Magenta. HEX triplet: 83, 10 and 92. RGB value is (131,16,146). Sum of RGB (Red+Green+Blue) = 131+16+146=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #831092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831092 is #7CEF6D. Grayscale: #404040. Windows color (decimal): -8187758 or 9572483. OLE color: 9572483.

HSL color Cylindrical-coordinate representation of color #831092: hue angle of 293.08º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831092 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 16 146 -
CMYK 0.10 0.89 0 0.43
HSL 293.08º 0.8% 0.32% -
HSV(B) 293.08º 0.89% 0.57% -
XYZ 14.73 7.27 27.82 -
YUV 65.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 131 16 146 0.10 0.89 0 0.43 293.08 0.8 0.32
Hex 83 10 92 A 59 0 2B 125 50 20
Octal 203 20 222 12 131 0 53 445 120 40
Binary 10000011 10000 10010010 1010 1011001 0 101011 100100101 1010000 100000

Color Harmonies of #831092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831092

Black with #831092

Text Example


Text Example

White with #831092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831092; }

 p { color: rgb(131,16,146); }

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

background-color css

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

 a { background-color: rgb(131,16,146); }

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

border-color css

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

 span { border-color: rgb(131,16,146); }

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