Html Css Color HEX #831692 Dark Magenta

📋 copy color: '#831692'

red 131 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #831692

Tints of Dark Magenta #831692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.36%

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

R = 43.81%
G = 7.36%
B = 48.83%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831692 (or 0x831692) is known color: Dark Magenta. HEX triplet: 83, 16 and 92. RGB value is (131,22,146). Sum of RGB (Red+Green+Blue) = 131+22+146=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #831692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831692 is #7CE96D. Grayscale: #444444. Windows color (decimal): -8186222 or 9574019. OLE color: 9574019.

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

Color convert

RGB 131 22 146 -
CMYK 0.10 0.85 0 0.43
HSL 292.74º 0.74% 0.33% -
HSV(B) 292.74º 0.85% 0.57% -
XYZ 14.84 7.47 27.85 -
YUV 68.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 131 22 146 0.10 0.85 0 0.43 292.74 0.74 0.33
Hex 83 16 92 A 55 0 2B 125 4A 21
Octal 203 26 222 12 125 0 53 445 112 41
Binary 10000011 10110 10010010 1010 1010101 0 101011 100100101 1001010 100001

Color Harmonies of #831692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831692

Black with #831692

Text Example


Text Example

White with #831692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831692; }

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

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

background-color css

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

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

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

border-color css

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

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

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