Html Css Color HEX #831297 Dark Magenta

📋 copy color: '#831297'

red 131 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #831297

Tints of Dark Magenta #831297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 43.67%
G = 6%
B = 50.33%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#831297 (or 0x831297) is known color: Dark Magenta. HEX triplet: 83, 12 and 97. RGB value is (131,18,151). Sum of RGB (Red+Green+Blue) = 131+18+151=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #831297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831297 is #7CED68. Grayscale: #424242. Windows color (decimal): -8187241 or 9900675. OLE color: 9900675.

HSL color Cylindrical-coordinate representation of color #831297: hue angle of 290.98º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831297 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 18 151 -
CMYK 0.13 0.88 0 0.41
HSL 290.98º 0.79% 0.33% -
HSV(B) 290.98º 0.88% 0.59% -
XYZ 15.16 7.49 29.93 -
YUV 66.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 131 18 151 0.13 0.88 0 0.41 290.98 0.79 0.33
Hex 83 12 97 D 58 0 29 123 4F 21
Octal 203 22 227 15 130 0 51 443 117 41
Binary 10000011 10010 10010111 1101 1011000 0 101001 100100011 1001111 100001

Color Harmonies of #831297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831297

Black with #831297

Text Example


Text Example

White with #831297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831297; }

 p { color: rgb(131,18,151); }

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

background-color css

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

 a { background-color: rgb(131,18,151); }

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

border-color css

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

 span { border-color: rgb(131,18,151); }

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