Html Css Color HEX #831388 Dark Magenta

📋 copy color: '#831388'

red 131 ◦ green 19 ◦ blue 136

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

Shades of Dark Magenta #831388

Tints of Dark Magenta #831388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 45.8%
G = 6.64%
B = 47.55%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831388 (or 0x831388) is known color: Dark Magenta. HEX triplet: 83, 13 and 88. RGB value is (131,19,136). Sum of RGB (Red+Green+Blue) = 131+19+136=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #831388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831388 is #7CEC77. Grayscale: #414141. Windows color (decimal): -8187000 or 8917891. OLE color: 8917891.

HSL color Cylindrical-coordinate representation of color #831388: hue angle of 297.44º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831388 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 19 136 -
CMYK 0.04 0.86 0 0.47
HSL 297.44º 0.75% 0.3% -
HSV(B) 297.44º 0.86% 0.53% -
XYZ 14.04 7.07 23.92 -
YUV 65.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 131 19 136 0.04 0.86 0 0.47 297.44 0.75 0.3
Hex 83 13 88 4 56 0 2F 129 4B 1E
Octal 203 23 210 4 126 0 57 451 113 36
Binary 10000011 10011 10001000 100 1010110 0 101111 100101001 1001011 11110

Color Harmonies of #831388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831388

Black with #831388

Text Example


Text Example

White with #831388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831388; }

 p { color: rgb(131,19,136); }

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

background-color css

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

 a { background-color: rgb(131,19,136); }

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

border-color css

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

 span { border-color: rgb(131,19,136); }

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