Html Css Color HEX #831684 Dark Purple

📋 copy color: '#831684'

red 131 ◦ green 22 ◦ blue 132

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

Shades of Dark Purple #831684

Tints of Dark Purple #831684

RGB

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

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

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

R = 45.96%
G = 7.72%
B = 46.32%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831684 (or 0x831684) is known color: Dark Purple. HEX triplet: 83, 16 and 84. RGB value is (131,22,132). Sum of RGB (Red+Green+Blue) = 131+22+132=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #831684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831684 is #7CE97B. Grayscale: #424242. Windows color (decimal): -8186236 or 8656515. OLE color: 8656515.

HSL color Cylindrical-coordinate representation of color #831684: hue angle of 299.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831684 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 22 132 -
CMYK 0.01 0.83 0 0.48
HSL 299.45º 0.71% 0.3% -
HSV(B) 299.45º 0.83% 0.52% -
XYZ 13.81 7.07 22.47 -
YUV 67.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 131 22 132 0.01 0.83 0 0.48 299.45 0.71 0.3
Hex 83 16 84 1 53 0 30 12B 47 1E
Octal 203 26 204 1 123 0 60 453 107 36
Binary 10000011 10110 10000100 1 1010011 0 110000 100101011 1000111 11110

Color Harmonies of #831684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831684

Black with #831684

Text Example


Text Example

White with #831684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831684; }

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

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

background-color css

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

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

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

border-color css

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

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

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