Html Css Color HEX #831985 Dark Purple

📋 copy color: '#831985'

red 131 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #831985

Tints of Dark Purple #831985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 45.33%
G = 8.65%
B = 46.02%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831985 (or 0x831985) is known color: Dark Purple. HEX triplet: 83, 19 and 85. RGB value is (131,25,133). Sum of RGB (Red+Green+Blue) = 131+25+133=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #831985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831985 is #7CE67A. Grayscale: #444444. Windows color (decimal): -8185467 or 8722819. OLE color: 8722819.

HSL color Cylindrical-coordinate representation of color #831985: hue angle of 298.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831985 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 25 133 -
CMYK 0.02 0.81 0 0.48
HSL 298.89º 0.68% 0.31% -
HSV(B) 298.89º 0.81% 0.52% -
XYZ 13.94 7.21 22.85 -
YUV 69.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 131 25 133 0.02 0.81 0 0.48 298.89 0.68 0.31
Hex 83 19 85 2 51 0 30 12B 44 1F
Octal 203 31 205 2 121 0 60 453 104 37
Binary 10000011 11001 10000101 10 1010001 0 110000 100101011 1000100 11111

Color Harmonies of #831985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831985

Black with #831985

Text Example


Text Example

White with #831985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831985; }

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

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

background-color css

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

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

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

border-color css

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

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

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