Html Css Color HEX #831F84 Dark Purple

📋 copy color: '#831F84'

red 131 ◦ green 31 ◦ blue 132

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

Shades of Dark Purple #831F84

Tints of Dark Purple #831F84

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.54%

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 44.56%
G = 10.54%
B = 44.9%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831F84 (or 0x831F84) is known color: Dark Purple. HEX triplet: 83, 1F and 84. RGB value is (131,31,132). Sum of RGB (Red+Green+Blue) = 131+31+132=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #831F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831F84 is #7CE07B. Grayscale: #484848. Windows color (decimal): -8183932 or 8658819. OLE color: 8658819.

HSL color Cylindrical-coordinate representation of color #831F84: hue angle of 299.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831F84 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 31 132 -
CMYK 0.01 0.77 0 0.48
HSL 299.41º 0.62% 0.32% -
HSV(B) 299.41º 0.77% 0.52% -
XYZ 14.01 7.47 22.53 -
YUV 72.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 131 31 132 0.01 0.77 0 0.48 299.41 0.62 0.32
Hex 83 1F 84 1 4D 0 30 12B 3E 20
Octal 203 37 204 1 115 0 60 453 76 40
Binary 10000011 11111 10000100 1 1001101 0 110000 100101011 111110 100000

Color Harmonies of #831F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F84

Black with #831F84

Text Example


Text Example

White with #831F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831F84; }

 p { color: rgb(131,31,132); }

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

background-color css

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

 a { background-color: rgb(131,31,132); }

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

border-color css

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

 span { border-color: rgb(131,31,132); }

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