Html Css Color HEX #831086 Purple

📋 copy color: '#831086'

red 131 ◦ green 16 ◦ blue 134

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

Shades of Purple #831086

Tints of Purple #831086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.69%

R = 46.62%
G = 5.69%
B = 47.69%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831086 (or 0x831086) is known color: Purple. HEX triplet: 83, 10 and 86. RGB value is (131,16,134). Sum of RGB (Red+Green+Blue) = 131+16+134=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #831086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831086 is #7CEF79. Grayscale: #3F3F3F. Windows color (decimal): -8187770 or 8786051. OLE color: 8786051.

HSL color Cylindrical-coordinate representation of color #831086: hue angle of 298.47º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831086 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 16 134 -
CMYK 0.02 0.88 0 0.47
HSL 298.47º 0.79% 0.29% -
HSV(B) 298.47º 0.88% 0.53% -
XYZ 13.85 6.92 23.16 -
YUV 63.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 131 16 134 0.02 0.88 0 0.47 298.47 0.79 0.29
Hex 83 10 86 2 58 0 2F 12A 4F 1D
Octal 203 20 206 2 130 0 57 452 117 35
Binary 10000011 10000 10000110 10 1011000 0 101111 100101010 1001111 11101

Color Harmonies of #831086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831086

Black with #831086

Text Example


Text Example

White with #831086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831086; }

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

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

background-color css

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

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

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

border-color css

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

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

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