Html Css Color HEX #831982 Dark Purple

📋 copy color: '#831982'

red 131 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #831982

Tints of Dark Purple #831982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 45.8%
G = 8.74%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#831982 (or 0x831982) is known color: Dark Purple. HEX triplet: 83, 19 and 82. RGB value is (131,25,130). Sum of RGB (Red+Green+Blue) = 131+25+130=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #831982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831982 is #7CE67D. Grayscale: #444444. Windows color (decimal): -8185470 or 8526211. OLE color: 8526211.

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

Color convert

RGB 131 25 130 -
CMYK 0 0.81 0.01 0.49
HSL 300.57º 0.68% 0.31% -
HSV(B) 300.57º 0.81% 0.51% -
XYZ 13.74 7.13 21.77 -
YUV 68.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 131 25 130 0 0.81 0.01 0.49 300.57 0.68 0.31
Hex 83 19 82 0 51 1 31 12D 44 1F
Octal 203 31 202 0 121 1 61 455 104 37
Binary 10000011 11001 10000010 0 1010001 1 110001 100101101 1000100 11111

Color Harmonies of #831982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831982

Black with #831982

Text Example


Text Example

White with #831982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831982; }

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

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

background-color css

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

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

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

border-color css

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

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

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