Html Css Color HEX #831E84 Dark Purple

📋 copy color: '#831E84'

red 131 ◦ green 30 ◦ blue 132

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

Shades of Dark Purple #831E84

Tints of Dark Purple #831E84

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

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

R = 44.71%
G = 10.24%
B = 45.05%

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

#831E84 (or 0x831E84) is known color: Dark Purple. HEX triplet: 83, 1E and 84. RGB value is (131,30,132). Sum of RGB (Red+Green+Blue) = 131+30+132=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #831E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831E84 is #7CE17B. Grayscale: #474747. Windows color (decimal): -8184188 or 8658563. OLE color: 8658563.

HSL color Cylindrical-coordinate representation of color #831E84: hue angle of 299.41º degrees, saturation: 0.63, 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 #831E84 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 30 132 -
CMYK 0.01 0.77 0 0.48
HSL 299.41º 0.63% 0.32% -
HSV(B) 299.41º 0.77% 0.52% -
XYZ 13.99 7.42 22.52 -
YUV 71.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 131 30 132 0.01 0.77 0 0.48 299.41 0.63 0.32
Hex 83 1E 84 1 4D 0 30 12B 3F 20
Octal 203 36 204 1 115 0 60 453 77 40
Binary 10000011 11110 10000100 1 1001101 0 110000 100101011 111111 100000

Color Harmonies of #831E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E84

Black with #831E84

Text Example


Text Example

White with #831E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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