Html Css Color HEX #831685 Dark Purple

📋 copy color: '#831685'

red 131 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #831685

Tints of Dark Purple #831685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 45.8%
G = 7.69%
B = 46.5%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831685 (or 0x831685) is known color: Dark Purple. HEX triplet: 83, 16 and 85. RGB value is (131,22,133). Sum of RGB (Red+Green+Blue) = 131+22+133=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #831685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831685 is #7CE97A. Grayscale: #424242. Windows color (decimal): -8186235 or 8722051. OLE color: 8722051.

HSL color Cylindrical-coordinate representation of color #831685: hue angle of 298.92º degrees, saturation: 0.72, 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 #831685 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 22 133 -
CMYK 0.02 0.83 0 0.48
HSL 298.92º 0.72% 0.3% -
HSV(B) 298.92º 0.83% 0.52% -
XYZ 13.88 7.09 22.83 -
YUV 67.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 131 22 133 0.02 0.83 0 0.48 298.92 0.72 0.3
Hex 83 16 85 2 53 0 30 12B 48 1E
Octal 203 26 205 2 123 0 60 453 110 36
Binary 10000011 10110 10000101 10 1010011 0 110000 100101011 1001000 11110

Color Harmonies of #831685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831685

Black with #831685

Text Example


Text Example

White with #831685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831685; }

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

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

background-color css

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

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

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

border-color css

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

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

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