Html Css Color HEX #831693 Dark Magenta

📋 copy color: '#831693'

red 131 ◦ green 22 ◦ blue 147

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

Shades of Dark Magenta #831693

Tints of Dark Magenta #831693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 43.67%
G = 7.33%
B = 49%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831693 (or 0x831693) is known color: Dark Magenta. HEX triplet: 83, 16 and 93. RGB value is (131,22,147). Sum of RGB (Red+Green+Blue) = 131+22+147=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #831693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831693 is #7CE96C. Grayscale: #444444. Windows color (decimal): -8186221 or 9639555. OLE color: 9639555.

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

Color convert

RGB 131 22 147 -
CMYK 0.11 0.85 0 0.42
HSL 292.32º 0.74% 0.33% -
HSV(B) 292.32º 0.85% 0.58% -
XYZ 14.91 7.51 28.27 -
YUV 68.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 131 22 147 0.11 0.85 0 0.42 292.32 0.74 0.33
Hex 83 16 93 B 55 0 2A 124 4A 21
Octal 203 26 223 13 125 0 52 444 112 41
Binary 10000011 10110 10010011 1011 1010101 0 101010 100100100 1001010 100001

Color Harmonies of #831693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831693

Black with #831693

Text Example


Text Example

White with #831693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831693; }

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

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

background-color css

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

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

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

border-color css

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

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

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