Html Css Color HEX #831592 Dark Magenta

📋 copy color: '#831592'

red 131 ◦ green 21 ◦ blue 146

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

Shades of Dark Magenta #831592

Tints of Dark Magenta #831592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

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

R = 43.96%
G = 7.05%
B = 48.99%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831592 (or 0x831592) is known color: Dark Magenta. HEX triplet: 83, 15 and 92. RGB value is (131,21,146). Sum of RGB (Red+Green+Blue) = 131+21+146=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #831592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831592 is #7CEA6D. Grayscale: #434343. Windows color (decimal): -8186478 or 9573763. OLE color: 9573763.

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

Color convert

RGB 131 21 146 -
CMYK 0.10 0.86 0 0.43
HSL 292.8º 0.75% 0.33% -
HSV(B) 292.8º 0.86% 0.57% -
XYZ 14.82 7.44 27.85 -
YUV 68.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 131 21 146 0.10 0.86 0 0.43 292.8 0.75 0.33
Hex 83 15 92 A 56 0 2B 125 4B 21
Octal 203 25 222 12 126 0 53 445 113 41
Binary 10000011 10101 10010010 1010 1010110 0 101011 100100101 1001011 100001

Color Harmonies of #831592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831592

Black with #831592

Text Example


Text Example

White with #831592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831592; }

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

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

background-color css

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

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

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

border-color css

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

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

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