#830686

Color #830686 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #830686

Tints of Purple #830686

Color information

#830686 (or 0x830686) is unknown color: approx Purple. HEX triplet: 83, 06 and 86. RGB value is (131,6,134). Sum of RGB (Red+Green+Blue) = 131+6+134=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #830686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830686 is #7CF979. Grayscale: #393939. Windows color (decimal): -8190330 or 8783491. OLE color: 8783491.

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

Color convert

RGB1316134-
CMYK0.020.9600.47
HSL298.59º91.43%27.45%-
HSV(B)298.59º95.52%52.55%-
XYZ13.736.6823.12-
YUV57.97170.91180.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=48.34%
G=2.21%
B=49.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13161340.020.9600.47298.5991.4327.45
Hex8368626002F12b5b1b
Octal2036206214005745313333
Binary10000011110100001101011000000101111100101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830686; }

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

 H1.HeaderClassName
 {
   color: #830686;
 }
 .AnyTagClassName
 {
   color: #830686;
 }
</style>
background-color css

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

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

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

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

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

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