Html Css Color HEX #831A77 Dark Purple

📋 copy color: '#831A77'

red 131 ◦ green 26 ◦ blue 119

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

Shades of Dark Purple #831A77

Tints of Dark Purple #831A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 47.46%
G = 9.42%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#831A77 (or 0x831A77) is known color: Dark Purple. HEX triplet: 83, 1A and 77. RGB value is (131,26,119). Sum of RGB (Red+Green+Blue) = 131+26+119=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #831A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831A77 is #7CE588. Grayscale: #434343. Windows color (decimal): -8185225 or 7805571. OLE color: 7805571.

HSL color Cylindrical-coordinate representation of color #831A77: hue angle of 306.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A77 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 119 -
CMYK 0 0.80 0.09 0.49
HSL 306.86º 0.67% 0.31% -
HSV(B) 306.86º 0.8% 0.51% -
XYZ 13.06 6.9 18.1 -
YUV 68 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 131 26 119 0 0.80 0.09 0.49 306.86 0.67 0.31
Hex 83 1A 77 0 50 9 31 133 43 1F
Octal 203 32 167 0 120 11 61 463 103 37
Binary 10000011 11010 1110111 0 1010000 1001 110001 100110011 1000011 11111

Color Harmonies of #831A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A77

Black with #831A77

Text Example


Text Example

White with #831A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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