Html Css Color HEX #831977 Dark Purple

📋 copy color: '#831977'

red 131 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #831977

Tints of Dark Purple #831977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 47.64%
G = 9.09%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#831977 (or 0x831977) is known color: Dark Purple. HEX triplet: 83, 19 and 77. RGB value is (131,25,119). Sum of RGB (Red+Green+Blue) = 131+25+119=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #831977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831977 is #7CE688. Grayscale: #434343. Windows color (decimal): -8185481 or 7805315. OLE color: 7805315.

HSL color Cylindrical-coordinate representation of color #831977: hue angle of 306.79º 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 #831977 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 119 -
CMYK 0 0.81 0.09 0.49
HSL 306.79º 0.68% 0.31% -
HSV(B) 306.79º 0.81% 0.51% -
XYZ 13.04 6.85 18.09 -
YUV 67.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 131 25 119 0 0.81 0.09 0.49 306.79 0.68 0.31
Hex 83 19 77 0 51 9 31 133 44 1F
Octal 203 31 167 0 121 11 61 463 104 37
Binary 10000011 11001 1110111 0 1010001 1001 110001 100110011 1000100 11111

Color Harmonies of #831977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831977

Black with #831977

Text Example


Text Example

White with #831977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831977; }

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

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

background-color css

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

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

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

border-color css

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

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

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