Html Css Color HEX #831076 Dark Purple

📋 copy color: '#831076'

red 131 ◦ green 16 ◦ blue 118

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

Shades of Dark Purple #831076

Tints of Dark Purple #831076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 49.43%
G = 6.04%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#831076 (or 0x831076) is known color: Dark Purple. HEX triplet: 83, 10 and 76. RGB value is (131,16,118). Sum of RGB (Red+Green+Blue) = 131+16+118=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #831076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831076 is #7CEF89. Grayscale: #3D3D3D. Windows color (decimal): -8187786 or 7737475. OLE color: 7737475.

HSL color Cylindrical-coordinate representation of color #831076: hue angle of 306.78º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831076 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 118 -
CMYK 0 0.88 0.10 0.49
HSL 306.78º 0.78% 0.29% -
HSV(B) 306.78º 0.88% 0.51% -
XYZ 12.82 6.5 17.72 -
YUV 62.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 131 16 118 0 0.88 0.10 0.49 306.78 0.78 0.29
Hex 83 10 76 0 58 A 31 133 4E 1D
Octal 203 20 166 0 130 12 61 463 116 35
Binary 10000011 10000 1110110 0 1011000 1010 110001 100110011 1001110 11101

Color Harmonies of #831076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831076

Black with #831076

Text Example


Text Example

White with #831076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831076; }

 p { color: rgb(131,16,118); }

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

background-color css

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

 a { background-color: rgb(131,16,118); }

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

border-color css

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

 span { border-color: rgb(131,16,118); }

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